DbExpression.FromBinary(Byte[]) 方法

定義

建立 DbExpression 一個代表指定的二進位值,可能為 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

參數

value
Byte[]

回傳表達式應依據的二進位值。

傳回

A DbExpression 代表指定的二進位值。

適用於