Metodo StructuralObject.SetValidValue (Byte[], Boolean)
[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 Byte(), _
isNullable As Boolean _
) As Byte()
'Utilizzo
Dim value As Byte()
Dim isNullable As Boolean
Dim returnValue As Byte()
returnValue = StructuralObject.SetValidValue(value, _
isNullable)
protected internal static byte[] SetValidValue(
byte[] value,
bool isNullable
)
protected public:
static array<unsigned char>^ SetValidValue(
array<unsigned char>^ value,
bool isNullable
)
static member SetValidValue :
value:byte[] *
isNullable:bool -> byte[]
static function SetValidValue(
value : byte[],
isNullable : boolean
) : byte[]
Parametri
- value
Tipo: System.Byte[]
Valore che viene impostato.
- isNullable
Tipo: System.Boolean
Indica se la proprietà ammette i valori Null.
Valore restituito
Tipo: System.Byte[]
Valore Byte che viene impostato.