Condividi tramite


IConventionProperty.SetMaxLength(Nullable<Int32>, Boolean) Metodo

Definizione

Imposta la lunghezza massima dei dati consentiti in questa proprietà. Ad esempio, se la proprietà è un String ', questo è il numero massimo di caratteri.

public int? SetMaxLength (int? maxLength, bool fromDataAnnotation = false);
abstract member SetMaxLength : Nullable<int> * bool -> Nullable<int>
Public Function SetMaxLength (maxLength As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametri

maxLength
Nullable<Int32>

Lunghezza massima dei dati consentiti in questa proprietà.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata usando un'annotazione dati.

Restituisce

Proprietà configurata.

Si applica a