EdmToObjectNamespaceMap.EdmNamespaces 属性

定义

获取 EdmToObjectNamespaceMap 中的模型命名空间名称的列表。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ EdmNamespaces { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> EdmNamespaces { get; }
member this.EdmNamespaces : System.Collections.Generic.ICollection<string>
Public ReadOnly Property EdmNamespaces As ICollection(Of String)

属性值

模型命名空间名称的列表。

适用于