Condividi tramite


DbExpression.FromByte(Nullable<Byte>) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore byte che ammette valori Null specificato.

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

Parametri

value
Nullable<Byte>

Valore di byte su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore byte specificato.

Si applica a