RelationalElementTypeExtensions クラス

定義

IElementType リレーショナル データベース メタデータの拡張メソッド。

public static class RelationalElementTypeExtensions
type RelationalElementTypeExtensions = class
Public Module RelationalElementTypeExtensions
継承
RelationalElementTypeExtensions

注釈

詳細と例については、「 エンティティ型とリレーションシップのモデル 化」を参照してください。

メソッド

FindRelationalTypeMapping(IReadOnlyElementType)

RelationalTypeMapping最終処理されたモデルの指定された要素の を返します。

GetIsFixedLengthConfigurationSource(IConventionElementType)

の を取得しますConfigurationSourceIsFixedLength(IReadOnlyElementType)

GetRelationalTypeMapping(IReadOnlyElementType)

RelationalTypeMapping最終処理されたモデルの指定された要素の を返します。

GetStoreType(IElementType)

要素のデータベース型を返します。

GetStoreType(IReadOnlyElementType)

要素のデータベース型を返します。または null 、データベース型が見つからなかった場合は を返します。

GetStoreTypeConfigurationSource(IConventionElementType)

データベースの ConfigurationSource 種類の を取得します。

IsFixedLength(IReadOnlyElementType)

要素が文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

要素が文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

SetIsFixedLength(IConventionElementType, Nullable<Boolean>, Boolean)

要素が文字列などの固定長データのみを格納できるかどうかを示すフラグを設定します。

SetIsFixedLength(IMutableElementType, Nullable<Boolean>)

要素が文字列などの固定長データのみを格納できるかどうかを示すフラグを設定します。

SetStoreType(IConventionElementType, String, Boolean)

要素のデータベース型を設定します。

SetStoreType(IMutableElementType, String)

要素のデータベース型を設定します。

適用対象