Bagikan melalui


AnnotationCodeGenerator.GenerateFluentApi Metode

Definisi

Overload

GenerateFluentApi(ISkipNavigation, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(ITrigger, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IEntityType, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(IProperty, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(IKey, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(IModel, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(ISequence, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IIndex, IAnnotation, String)
Kedaluwarsa.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(INavigation, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IComplexProperty, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IModel, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IKey, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IIndex, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IForeignKey, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IEntityType, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IComplexType, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(IProperty, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(ICheckConstraint, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

GenerateFluentApi(ISkipNavigation, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(ITrigger, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

trigger
ITrigger

ITrigger.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IEntityType, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

entityType
IEntityType

IEntityType.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(IForeignKey, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

foreignKey
IForeignKey

IForeignKey.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(IProperty, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

property
IProperty

IProperty.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(IKey, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

key
IKey

IKey.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(IModel, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

model
IModel

IModel.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(ISequence, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

sequence
ISequence

ISequence.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IIndex, IAnnotation, String)

Perhatian

Use GenerateFluentApi(IProperty, IAnnotation) instead.

null Mengembalikan kecuali ditimpa untuk melakukan sebaliknya.

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

Parameter

index
IIndex

IIndex.

annotation
IAnnotation

IAnnotation.

language
String

Bahasa pemrograman yang akan digunakan. Misalnya, CSharp.

Mengembalikan

Null.

Penerapan

Atribut

Berlaku untuk

GenerateFluentApi(IRelationalPropertyOverrides, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(INavigation, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

navigation
INavigation

INavigation.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IComplexProperty, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

complexProperty
IComplexProperty

IProperty.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IModel, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

model
IModel

IModel.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IKey, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

key
IKey

IKey.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IIndex, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

index
IIndex

IIndex.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IForeignKey, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

foreignKey
IForeignKey

IForeignKey.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IEntityTypeMappingFragment, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IEntityType, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

entityType
IEntityType

IEntityType.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IComplexType, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

complexType
IComplexType

IComplexType.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(IProperty, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

property
IProperty

IProperty.

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Penerapan

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk

GenerateFluentApi(ICheckConstraint, IAnnotation)

Mengembalikan panggilan API yang lancar untuk annotation, atau null jika tidak ada panggilan API yang fasih untuk itu.

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

Parameter

annotation
IAnnotation

IAnnotation.

Mengembalikan

null.

Keterangan

Implementasi default selalu mengembalikan null.

Berlaku untuk