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

適用対象