Udostępnij za pośrednictwem


DbExpression.FromByte(Nullable<Byte>) Metoda

Definicja

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

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