EdmType.GetCollectionType 方法

定义

返回其元素类型属于此类型的 CollectionType 的实例。

public:
 System::Data::Metadata::Edm::CollectionType ^ GetCollectionType();
public System.Data.Metadata.Edm.CollectionType GetCollectionType ();
member this.GetCollectionType : unit -> System.Data.Metadata.Edm.CollectionType
Public Function GetCollectionType () As CollectionType

返回

其元素类型属于此类型的 CollectionType 对象。

适用于