Proprietà FacetDescription.MaxValue
[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 il valore massimo per il facet.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MaxValue As Nullable(Of Integer)
Get
'Utilizzo
Dim instance As FacetDescription
Dim value As Nullable(Of Integer)
value = instance.MaxValue
public Nullable<int> MaxValue { get; }
public:
property Nullable<int> MaxValue {
Nullable<int> get ();
}
member MaxValue : Nullable<int>
function get MaxValue () : Nullable<int>
Valore proprietà
Tipo: System.Nullable<Int32>
Valore massimo per il facet.