Condividi tramite


Proprietà FunctionParameter.MaxLength

[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 la lunghezza massima del parametro.

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

Sintassi

'Dichiarazione
Public ReadOnly Property MaxLength As Nullable(Of Integer)
    Get
'Utilizzo
Dim instance As FunctionParameter 
Dim value As Nullable(Of Integer)

value = instance.MaxLength
public Nullable<int> MaxLength { get; }
public:
property Nullable<int> MaxLength {
    Nullable<int> get ();
}
member MaxLength : Nullable<int>
function get MaxLength () : Nullable<int>

Valore proprietà

Tipo: System.Nullable<Int32>
Lunghezza massima del parametro.

Vedere anche

Riferimento

FunctionParameter Classe

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