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[]

取得する式のバイナリ値。

戻り値

指定されたバイナリ値を表す DbExpression

適用対象