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