共用方式為


DbExpression.FromByte(Nullable<Byte>) 方法

定義

建立 DbExpression,表示指定之可為 Null 的位元組值。

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,表示指定的位元組值。

適用於