EdmProperty.CollectionKind-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Art der Auflistung für dieses Modell ab oder legt sie fest.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property CollectionKind As CollectionKind
Get
Set
'Usage
Dim instance As EdmProperty
Dim value As CollectionKind
value = instance.CollectionKind
instance.CollectionKind = value
public CollectionKind CollectionKind { get; set; }
public:
property CollectionKind CollectionKind {
CollectionKind get ();
void set (CollectionKind value);
}
member CollectionKind : CollectionKind with get, set
function get CollectionKind () : CollectionKind
function set CollectionKind (value : CollectionKind)
Eigenschaftswert
Typ: System.Data.Entity.Core.Metadata.Edm.CollectionKind
Die Art der Auflistung für dieses Modell.