Udostępnij przez


DbExpression.FromByte(Nullable<Byte>) Metoda

Definicja

Tworzy obiekt DbExpression reprezentujący określoną wartość bajtu (dopuszczaną do wartości 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

Parametry

value
Nullable<Byte>

Wartość bajtu, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Element DbExpression reprezentujący określoną wartość bajtu.

Dotyczy