DbExpression.FromByte(Nullable<Byte>) メソッド

定義

指定した (null 許容) バイト値を表す DbExpression を作成します。

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromByte(Nullable<System::Byte> value);
public static System.Data.Common.CommandTrees.DbExpression FromByte(byte? value);
static member FromByte : Nullable<byte> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromByte (value As Nullable(Of Byte)) As DbExpression

パラメーター

value
Nullable<Byte>

返される式の基になるバイト値。

返品

指定したバイト値を表す DbExpression

適用対象