DbExpression.FromBinary(Byte[]) Metodo

Definizione

Crea un DbExpression oggetto che rappresenta il valore binario specificato, che può essere null.

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromBinary(cli::array <System::Byte> ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromBinary (byte[] value);
static member FromBinary : byte[] -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromBinary (value As Byte()) As DbExpression

Parametri

value
Byte[]

Valore binario su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore binario specificato.

Si applica a