Metodo StructuralObject.SetValidValue (Nullable<SByte>)
[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 SByte impostato per una proprietà sia valido.
Questa API non è conforme a CLS.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<CLSCompliantAttribute(False)> _
Protected Friend Shared Function SetValidValue ( _
value As Nullable(Of SByte) _
) As Nullable(Of SByte)
'Utilizzo
Dim value As Nullable(Of SByte)
Dim returnValue As Nullable(Of SByte)
returnValue = StructuralObject.SetValidValue(value)
[CLSCompliantAttribute(false)]
protected internal static Nullable<sbyte> SetValidValue(
Nullable<sbyte> value
)
[CLSCompliantAttribute(false)]
protected public:
static Nullable<signed char> SetValidValue(
Nullable<signed char> value
)
[<CLSCompliantAttribute(false)>]
static member SetValidValue :
value:Nullable<sbyte> -> Nullable<sbyte>
static function SetValidValue(
value : Nullable<sbyte>
) : Nullable<sbyte>
Parametri
- value
Tipo: System.Nullable<SByte>
Valore SByte che ammette i valori Null.
Valore restituito
Tipo: System.Nullable<SByte>
Valore SByte che ammette i valori Null che viene impostato.