Condividi tramite


Proprietà EdmProperty.IsFixedLength

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene o imposta un valore che indica se la lunghezza della proprietà è fissa.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property IsFixedLength As Nullable(Of Boolean)
    Get 
    Set
'Utilizzo
Dim instance As EdmProperty 
Dim value As Nullable(Of Boolean)

value = instance.IsFixedLength

instance.IsFixedLength = value
public Nullable<bool> IsFixedLength { get; set; }
public:
property Nullable<bool> IsFixedLength {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member IsFixedLength : Nullable<bool> with get, set
function get IsFixedLength () : Nullable<boolean>
function set IsFixedLength (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>
true se la lunghezza della proprietà è fissa; in caso contrario, false.

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm