Freigeben über


EdmProperty.IsScaleConstant-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 ab, ob das Scale-Facet für den Datenbankanbieter konstant ist.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsScaleConstant As Boolean 
    Get
'Usage
Dim instance As EdmProperty 
Dim value As Boolean 

value = instance.IsScaleConstant
public bool IsScaleConstant { get; }
public:
property bool IsScaleConstant {
    bool get ();
}
member IsScaleConstant : bool
function get IsScaleConstant () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn das Facet eine Konstante ist, andernfalls false.

Siehe auch

Verweis

EdmProperty Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace