IAnnotationCodeGenerator.GenerateFluentApi Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- annotation
- IAnnotation
Kód IAnnotation , pro který se má vygenerovat.
Návraty
Vygenerovaný kód.
Platí pro
Entity Framework