Sdílet prostřednictvím


AnnotationCodeGenerator.GenerateFluentApi Metoda

Definice

Přetížení

GenerateFluentApi(ISkipNavigation, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(ITrigger, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IEntityType, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(IProperty, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(IKey, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(IModel, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(ISequence, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IIndex, IAnnotation, String)
Zastaralé.

Vrátí se null , pokud není přepsáno jinak.

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(INavigation, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IComplexProperty, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IModel, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IKey, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IIndex, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IForeignKey, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IEntityType, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IComplexType, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(IProperty, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(ICheckConstraint, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

GenerateFluentApi(ISkipNavigation, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

navigation
ISkipNavigation

Hodnota ISkipNavigation

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(ITrigger, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

trigger
ITrigger

Hodnota ITrigger

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IEntityType, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

entityType
IEntityType

Hodnota IEntityType

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(IForeignKey, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

foreignKey
IForeignKey

Hodnota IForeignKey

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(IProperty, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

property
IProperty

Hodnota IProperty

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(IKey, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

key
IKey

Hodnota IKey

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(IModel, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

model
IModel

Hodnota IModel

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(ISequence, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

sequence
ISequence

Hodnota ISequence

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IIndex, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Vrátí se null , pokud není přepsáno jinak.

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

Parametry

index
IIndex

Hodnota IIndex

annotation
IAnnotation

Hodnota IAnnotation

language
String

Programovací jazyk, který se má použít. Například CSharp.

Návraty

Null.

Implementuje

Atributy

Platí pro

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(INavigation, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

navigation
INavigation

Hodnota INavigation

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IComplexProperty, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

complexProperty
IComplexProperty

Hodnota IProperty

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IModel, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

model
IModel

Hodnota IModel

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IKey, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

key
IKey

Hodnota IKey

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IIndex, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

index
IIndex

Hodnota IIndex

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IForeignKey, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

foreignKey
IForeignKey

Hodnota IForeignKey

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IEntityType, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

entityType
IEntityType

Hodnota IEntityType

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IComplexType, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

complexType
IComplexType

Hodnota IComplexType

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(IProperty, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

property
IProperty

Hodnota IProperty

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Implementuje

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro

GenerateFluentApi(ICheckConstraint, IAnnotation)

Vrátí fluentní volání rozhraní API pro dané annotation, nebo null pokud pro něj neexistuje žádné plynulé volání rozhraní API.

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

Parametry

checkConstraint
ICheckConstraint

Hodnota ICheckConstraint

annotation
IAnnotation

Hodnota IAnnotation

Návraty

null.

Poznámky

Výchozí implementace vždy vrátí null.

Platí pro