DbExpression.FromByte(Nullable<Byte>) 方法

定義

建立 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代表指定的位元組值。

適用於