共用方式為


DbExpression.FromBinary(Byte[]) 方法

定義

建立 DbExpression,表示指定的二進位值,該值可為 null

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

參數

value
Byte[]

傳回之運算式應以其為基礎的二進位值。

傳回

表示指定之二進位值的 DbExpression

適用於