EdmProperty.CollectionKind Property

Definition

Gets or sets the kind of collection for this model.

public System.Data.Entity.Core.Metadata.Edm.CollectionKind CollectionKind { get; set; }
member this.CollectionKind : System.Data.Entity.Core.Metadata.Edm.CollectionKind with get, set
Public Property CollectionKind As CollectionKind

Property Value

The kind of collection for this model.

Applies to