Metodo StructuralObject.SetValidValue (Nullable<Decimal>)
[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.]
Assicura che il valore Decimal impostato per una proprietà sia valido.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Protected Friend Shared Function SetValidValue ( _
value As Nullable(Of Decimal) _
) As Nullable(Of Decimal)
'Utilizzo
Dim value As Nullable(Of Decimal)
Dim returnValue As Nullable(Of Decimal)
returnValue = StructuralObject.SetValidValue(value)
protected internal static Nullable<decimal> SetValidValue(
Nullable<decimal> value
)
protected public:
static Nullable<Decimal> SetValidValue(
Nullable<Decimal> value
)
static member SetValidValue :
value:Nullable<decimal> -> Nullable<decimal>
static function SetValidValue(
value : Nullable<decimal>
) : Nullable<decimal>
Parametri
- value
Tipo: System.Nullable<Decimal>
Valore Decimal che ammette i valori Null.
Valore restituito
Tipo: System.Nullable<Decimal>
Valore Decimal che ammette i valori Null che viene impostato.