DbExpression.FromByte(Nullable<Byte>) 메서드

정의

DbExpression 지정된(nullable) 바이트 값을 나타내는 값을 만듭니다.

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>

반환된 식의 기반이 되는 바이트 값입니다.

반품

지정된 바이트 값을 나타내는 A DbExpression 입니다.

적용 대상