DbExpression.FromByte(Nullable<Byte>) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore byte che ammette valori Null specificato.

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromByte(Nullable<System::Byte> value);
public static System.Data.Common.CommandTrees.DbExpression FromByte (byte? value);
static member FromByte : Nullable<byte> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromByte (value As Nullable(Of Byte)) As DbExpression

Parametri

value
Nullable<Byte>

Valore di byte su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore byte specificato.

Si applica a