Metodo StructuralObject.SetValidValue (Nullable<Int16>)
[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 Int16 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 Short) _
) As Nullable(Of Short)
'Utilizzo
Dim value As Nullable(Of Short)
Dim returnValue As Nullable(Of Short)
returnValue = StructuralObject.SetValidValue(value)
protected internal static Nullable<short> SetValidValue(
Nullable<short> value
)
protected public:
static Nullable<short> SetValidValue(
Nullable<short> value
)
static member SetValidValue :
value:Nullable<int16> -> Nullable<int16>
static function SetValidValue(
value : Nullable<short>
) : Nullable<short>
Parametri
- value
Tipo: System.Nullable<Int16>
Valore Int16 che ammette i valori Null.
Valore restituito
Tipo: System.Nullable<Int16>
Valore Int16 che ammette i valori Null che viene impostato.