次の方法で共有


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

適用対象