EntityParameterCollection.IsFixedSize-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 einen Wert ab, der angibt, ob die EntityParameterCollection eine feste Größe hat.
Namespace: System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsFixedSize As Boolean
Get
'Usage
Dim instance As EntityParameterCollection
Dim value As Boolean
value = instance.IsFixedSize
public override bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () override;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
override function get IsFixedSize () : boolean
Eigenschaftswert
Typ: System.Boolean
Gibt true zurück, wenn die EntityParameterCollection eine feste Größe aufweist, andernfalls false.