DbXmlEnabledProviderManifest.StoreTypeNameToStorePrimitiveType 属性

定义

获取指定的存储类型名称的最佳映射等效存储基元类型。Gets the best mapped equivalent storage primitive type for a specified storage type name.

protected:
 property System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ StoreTypeNameToStorePrimitiveType { System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,System.Data.Metadata.Edm.PrimitiveType> StoreTypeNameToStorePrimitiveType { get; }
member this.StoreTypeNameToStorePrimitiveType : System.Collections.Generic.Dictionary<string, System.Data.Metadata.Edm.PrimitiveType>
Protected ReadOnly Property StoreTypeNameToStorePrimitiveType As Dictionary(Of String, PrimitiveType)

属性值

Dictionary<String,PrimitiveType>

指定的存储类型名称的最佳映射等效存储基元类型。The best mapped equivalent storage primitive type for a specified storage type name.

注解

此属性 (不可为 null) 返回 Dictionary<TKey,TValue> 对象,该对象接受存储类型名称作为键,并返回其关联的存储基元类型值。This property (not nullable) returns the Dictionary<TKey,TValue> object, which accepts a storage type name as a key and returns its associated storage primitive type value.

适用于