Proprietà EdmProperty.IsMaxLength
[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 questa proprietà utilizza la lunghezza massima supportata dal provider.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property IsMaxLength As Boolean
Get
Set
'Utilizzo
Dim instance As EdmProperty
Dim value As Boolean
value = instance.IsMaxLength
instance.IsMaxLength = value
public bool IsMaxLength { get; set; }
public:
property bool IsMaxLength {
bool get ();
void set (bool value);
}
member IsMaxLength : bool with get, set
function get IsMaxLength () : boolean
function set IsMaxLength (value : boolean)
Valore proprietà
Tipo: System.Boolean
True se questa proprietà utilizza la lunghezza massima supportata dal provider; in caso contrario, false.