Metodo StructuralObject.SetValidValue (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 Long _
) As Long
'Utilizzo
Dim value As Long
Dim returnValue As Long
returnValue = StructuralObject.SetValidValue(value)
protected internal static long SetValidValue(
long value
)
protected public:
static long long SetValidValue(
long long value
)
static member SetValidValue :
value:int64 -> int64
static function SetValidValue(
value : long
) : long
Parametri
- value
Tipo: System.Int64
Valore Int64.
Valore restituito
Tipo: System.Int64
Valore Int64 che viene impostato.