DbXmlEnabledProviderManifest.StoreTypeNameToStorePrimitiveType 属性

定义

获取指定的存储类型名称的最佳映射等效存储基元类型。

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<TKey,TValue> 对象,该对象接受存储类型名称作为键,并返回其关联的存储基元类型值。

适用于