DbExpression.FromByte(Nullable<Byte>) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore di byte specificato (nullable).

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 essere basata l'espressione restituita.

Valori restituiti

Oggetto DbExpression che rappresenta il valore di byte specificato.

Si applica a