CollectionKind Enum

Definition

Represents an enumeration that specifies the kind of the collection that is applied to the properties in the conceptual schema definition language (CSDL) files. You can apply this to the properties of any type.

public enum class CollectionKind
public enum CollectionKind
type CollectionKind = 
Public Enum CollectionKind
Inheritance
CollectionKind

Fields

Bag 1

The collection has bag semantics. The items are unordered and duplicates are acceptable.

List 2

The collection has list semantics. The order of the items is deterministic and duplicates are acceptable.

None 0

The property is not a collection.

Applies to