DbExpression.FromByte(Nullable<Byte>) 方法

定义

创建一个 DbExpression,表示指定的字节值(可以为 null)。

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

参数

value
Nullable<Byte>

返回的表达式应基于字节值。

返回

一个 DbExpression,表示指定的字节值。

适用于