CollectionKind Enumeration
Kind of collection (applied to Properties)
Assembly: EntityFramework (in EntityFramework.dll)
Member name | Description | |
---|---|---|
Bag | Collection has Bag semantics( unordered and duplicates ok) | |
List | Collection has List semantics (Order is deterministic and duplicates ok) | |
None | Property is not a Collection |