IAnnotationCodeGenerator.GenerateFluentApi Yöntem

Tanım

Aşırı Yüklemeler

GenerateFluentApi(IProperty, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IModel, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IKey, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IIndex, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IForeignKey, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IEntityType, IAnnotation, String)
Kullanımdan kalktı.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IProperty, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IModel, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IKey, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IIndex, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IForeignKey, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IEntityType, IAnnotation)

Verilen için Fluent API çağrıları üretir IAnnotation .

GenerateFluentApi(IProperty, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

property
IProperty

IPropertyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IModel, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IModel, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

model
IModel

IModelHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IKey, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IKey, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

key
IKey

IKeyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IIndex, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

index
IIndex

IIndexHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IForeignKey, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

foreignKey
IForeignKey

IForeignKeyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IEntityType, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Verilen programlama dilinde verilen için Fluent API çağrıları üretir IAnnotation .

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

Parametreler

entityType
IEntityType

IEntityTypeHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

String

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IProperty, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

property
IProperty

IPropertyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IModel, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

model
IModel

IModelHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IKey, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

key
IKey

IKeyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IIndex, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

index
IIndex

IIndexHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IForeignKey, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

foreignKey
IForeignKey

IForeignKeyHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IEntityType, IAnnotation)

Verilen için Fluent API çağrıları üretir 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

Parametreler

entityType
IEntityType

IEntityTypeHangi kodun oluşturulması gerektiği.

annotation
IAnnotation

IAnnotationHangi kodun oluşturulması gerektiği.

Döndürülenler

MethodCallCodeFragment

Oluşturulan kod.

Şunlara uygulanır