ScaffoldingModelExtensions.GetFluentApiCalls メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator) |
エンティティ型を構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator) |
インデックスを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IKey, IAnnotationCodeGenerator) |
キーを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IModel, IAnnotationCodeGenerator) |
モデルを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator) |
プロパティを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator) |
シーケンスを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean) |
外部キーを構成するための fluent API 呼び出しを取得します。 |
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator)
エンティティ型を構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (entityType As IEntityType, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- entityType
- IEntityType
エンティティの型。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator)
インデックスを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (index As IIndex, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- index
- IIndex
インデックス。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(IKey, IAnnotationCodeGenerator)
キーを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (key As IKey, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- key
- IKey
キー。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(IModel, IAnnotationCodeGenerator)
モデルを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (model As IModel, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- model
- IModel
モデル。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator)
プロパティを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (property As IProperty, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- property
- IProperty
プロパティ。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator)
シーケンスを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (sequence As ISequence, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
パラメーター
- sequence
- ISequence
シーケンス。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
戻り値
fluent API 呼び出し。
適用対象
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean)
外部キーを構成するための fluent API 呼び出しを取得します。
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator, bool useStrings = false);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator * bool -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (foreignKey As IForeignKey, annotationCodeGenerator As IAnnotationCodeGenerator, Optional useStrings As Boolean = false) As FluentApiCodeFragment
パラメーター
- foreignKey
- IForeignKey
外部キー。
- annotationCodeGenerator
- IAnnotationCodeGenerator
プロバイダーの注釈コード ジェネレーター。
- useStrings
- Boolean
プロパティ アクセサーラムダを受け取るオーバーロードではなく、文字列 fluent API オーバーロードを使用することを示す値。
戻り値
fluent API 呼び出し。
適用対象
Entity Framework