EdmType.GetCollectionType Method

Definition

Returns an instance of the CollectionType whose element type is this type.

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

Returns

The CollectionType object whose element type is this type.

Applies to