Condividi tramite


Metodo StructuralObject.SetValidValue (Nullable<Int64>)

[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 Int64 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 Long) _
) As Nullable(Of Long)
'Utilizzo
Dim value As Nullable(Of Long)
Dim returnValue As Nullable(Of Long)

returnValue = StructuralObject.SetValidValue(value)
protected internal static Nullable<long> SetValidValue(
    Nullable<long> value
)
protected public:
static Nullable<long long> SetValidValue(
    Nullable<long long> value
)
static member SetValidValue : 
        value:Nullable<int64> -> Nullable<int64> 
static function SetValidValue(
    value : Nullable<long>
) : Nullable<long>

Parametri

Valore restituito

Tipo: System.Nullable<Int64>
Valore Int64 che ammette i valori Null che viene impostato.

Vedere anche

Riferimento

StructuralObject Classe

Overload SetValidValue

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses