RelationalPropertyExtensions.GetOrCreateOverrides メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier) |
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
GetOrCreateOverrides(IMutableProperty, StoreObjectIdentifier) |
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier, Boolean) |
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier)
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable GetOrCreateOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetOrCreateOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable
<Extension()>
Public Function GetOrCreateOverrides (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As IConventionAnnotatable
パラメーター
- property
- IConventionProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
プロパティ ファセットのオーバーライドを格納する オブジェクト。
適用対象
GetOrCreateOverrides(IMutableProperty, StoreObjectIdentifier)
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable GetOrCreateOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides GetOrCreateOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetOrCreateOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
static member GetOrCreateOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides
<Extension()>
Public Function GetOrCreateOverrides (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableAnnotatable
<Extension()>
Public Function GetOrCreateOverrides (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableRelationalPropertyOverrides
パラメーター
- property
- IMutableProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
プロパティ ファセットのオーバーライドを格納する オブジェクト。
適用対象
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier, Boolean)
特定のテーブルに似たストア オブジェクトのプロパティ ファセットオーバーライドを返します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides GetOrCreateOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member GetOrCreateOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides
<Extension()>
Public Function GetOrCreateOverrides (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As IConventionRelationalPropertyOverrides
パラメーター
- property
- IConventionProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
列を含むテーブルに似たストア オブジェクトの識別子。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
プロパティ ファセットのオーバーライドを格納する オブジェクト。
適用対象
Entity Framework