次の方法で共有


IAnnotationCodeGenerator.GenerateFluentApi メソッド

定義

オーバーロード

GenerateFluentApi(IProperty, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IModel, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IKey, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IIndex, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IEntityType, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IForeignKey, IAnnotation, String)
古い.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

GenerateFluentApi(IModel, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IKey, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IIndex, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IForeignKey, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IEntityType, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IProperty, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

GenerateFluentApi(IProperty, IAnnotation, String)

注意事項

Use GenerateFluentApi(IProperty, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

property
IProperty

IPropertyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IModel, IAnnotation, String)

注意事項

Use GenerateFluentApi(IModel, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

model
IModel

IModelコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IKey, IAnnotation, String)

注意事項

Use GenerateFluentApi(IKey, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

key
IKey

IKeyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IIndex, IAnnotation, String)

注意事項

Use GenerateFluentApi(IIndex, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

index
IIndex

IIndexコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IEntityType, IAnnotation, String)

注意事項

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

entityType
IEntityType

IEntityTypeコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IForeignKey, IAnnotation, String)

注意事項

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

指定されたプログラミング言語で、 に対する IAnnotation fluent API 呼び出しを生成します。

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

パラメーター

foreignKey
IForeignKey

IForeignKeyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

language
String

使用するプログラミング言語。 たとえば、CSharp です。

戻り値

生成されたコード。

属性

適用対象

GenerateFluentApi(IModel, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

model
IModel

IModelコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象

GenerateFluentApi(IKey, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

key
IKey

IKeyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象

GenerateFluentApi(IIndex, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

index
IIndex

IIndexコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象

GenerateFluentApi(IForeignKey, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

foreignKey
IForeignKey

IForeignKeyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象

GenerateFluentApi(IEntityType, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

entityType
IEntityType

IEntityTypeコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象

GenerateFluentApi(IProperty, IAnnotation)

指定 IAnnotationした の fluent API 呼び出しを生成します。

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

パラメーター

property
IProperty

IPropertyコードを生成する必要がある 。

annotation
IAnnotation

IAnnotationコードを生成する必要がある 。

戻り値

生成されたコード。

適用対象