Condividi tramite


AnnotationCodeGenerator.GenerateFluentApi Metodo

Definizione

Overload

GenerateFluentApi(ISkipNavigation, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(ITrigger, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IEntityType, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(IProperty, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(IKey, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(IModel, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(ISequence, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IIndex, IAnnotation, String)
Obsoleti.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(INavigation, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IComplexProperty, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IModel, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IKey, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IIndex, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IForeignKey, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IEntityType, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IComplexType, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(IProperty, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(ICheckConstraint, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

GenerateFluentApi(ISkipNavigation, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (navigation As ISkipNavigation, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

navigation
ISkipNavigation

Oggetto ISkipNavigation.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(ITrigger, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (trigger As ITrigger, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

trigger
ITrigger

Oggetto ITrigger.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IEntityType, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation, language As String) As String

Parametri

entityType
IEntityType

Oggetto IEntityType.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(IForeignKey, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation, language As String) As String

Parametri

foreignKey
IForeignKey

Oggetto IForeignKey.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(IProperty, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (property As IProperty, annotation As IAnnotation, language As String) As String

Parametri

property
IProperty

Oggetto IProperty.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(IKey, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (key As IKey, annotation As IAnnotation, language As String) As String

Parametri

key
IKey

Oggetto IKey.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(IModel, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (model As IModel, annotation As IAnnotation, language As String) As String

Parametri

model
IModel

Oggetto IModel.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(ISequence, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (sequence As ISequence, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

sequence
ISequence

Oggetto ISequence.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IIndex, IAnnotation, String)

Attenzione

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Restituisce null a meno che non venga eseguito l'override per eseguire altre operazioni.

public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public virtual string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Overridable Function GenerateFluentApi (index As IIndex, annotation As IAnnotation, language As String) As String

Parametri

index
IIndex

Oggetto IIndex.

annotation
IAnnotation

Oggetto IAnnotation.

language
String

Linguaggio di programmazione da usare. Ad esempio, CSharp.

Restituisce

Null.

Implementazioni

Attributi

Si applica a

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (overrides As IRelationalPropertyOverrides, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(INavigation, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (navigation As INavigation, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

navigation
INavigation

Oggetto INavigation.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IComplexProperty, IAnnotation)

Restituisce una chiamata API Fluent per l'oggetto specificato annotationo null se non esiste alcuna chiamata API Fluent.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (complexProperty As IComplexProperty, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

complexProperty
IComplexProperty

Oggetto IProperty.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IModel, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (model As IModel, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (model As IModel, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

model
IModel

Oggetto IModel.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IKey, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (key As IKey, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (key As IKey, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

key
IKey

Oggetto IKey.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IIndex, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (index As IIndex, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (index As IIndex, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

index
IIndex

Oggetto IIndex.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IForeignKey, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

foreignKey
IForeignKey

Oggetto IForeignKey.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (fragment As IEntityTypeMappingFragment, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IEntityType, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

entityType
IEntityType

Oggetto IEntityType.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IComplexType, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (complexType As IComplexType, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

complexType
IComplexType

Oggetto IComplexType.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(IProperty, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function GenerateFluentApi (property As IProperty, annotation As IAnnotation) As MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (property As IProperty, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

property
IProperty

Oggetto IProperty.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Implementazioni

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a

GenerateFluentApi(ICheckConstraint, IAnnotation)

Restituisce una chiamata API fluente per l'API specificata annotationo null se non esiste alcuna chiamata API fluente.

protected virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Protected Overridable Function GenerateFluentApi (checkConstraint As ICheckConstraint, annotation As IAnnotation) As MethodCallCodeFragment

Parametri

checkConstraint
ICheckConstraint

Oggetto ICheckConstraint.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

null.

Commenti

L'implementazione predefinita restituisce sempre null.

Si applica a