Sdílet prostřednictvím


IAnnotationCodeGenerator.GenerateFluentApi Metoda

Definice

Přetížení

GenerateFluentApi(IProperty, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IModel, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IKey, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IIndex, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IEntityType, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Zastaralé.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

GenerateFluentApi(IModel, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IKey, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IIndex, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IForeignKey, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IEntityType, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IProperty, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

GenerateFluentApi(IProperty, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation, language As String) As String

Parametry

property
IProperty

Kód IProperty , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IModel, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IModel, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation, language As String) As String

Parametry

model
IModel

Kód IModel , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IKey, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IKey, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation, language As String) As String

Parametry

key
IKey

Kód IKey , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IIndex, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation, language As String) As String

Parametry

index
IIndex

Kód IIndex , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IEntityType, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation, language As String) As String

Parametry

entityType
IEntityType

Kód IEntityType , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IForeignKey, IAnnotation, String)

Upozornění

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Generuje fluent api volání pro dané IAnnotation v daném programovacím jazyce.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")]
public 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
[<System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation, language As String) As String

Parametry

foreignKey
IForeignKey

Kód IForeignKey , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

language
String

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

Návraty

Vygenerovaný kód.

Atributy

Platí pro

GenerateFluentApi(IModel, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

model
IModel

Kód IModel , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro

GenerateFluentApi(IKey, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

key
IKey

Kód IKey , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro

GenerateFluentApi(IIndex, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

index
IIndex

Kód IIndex , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro

GenerateFluentApi(IForeignKey, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

foreignKey
IForeignKey

Kód IForeignKey , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro

GenerateFluentApi(IEntityType, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

entityType
IEntityType

Kód IEntityType , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro

GenerateFluentApi(IProperty, IAnnotation)

Generuje fluent volání rozhraní API pro danou IAnnotation.

public 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
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation) As MethodCallCodeFragment

Parametry

property
IProperty

Kód IProperty , pro který se má vygenerovat.

annotation
IAnnotation

Kód IAnnotation , pro který se má vygenerovat.

Návraty

Vygenerovaný kód.

Platí pro