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,表示指定的二进制值。

适用于