다음을 통해 공유


DbExpressionBuilder.True 속성

정의

부울 값 true를 사용하여 DbConstantExpression을 가져옵니다.

public:
 static property System::Data::Common::CommandTrees::DbConstantExpression ^ True { System::Data::Common::CommandTrees::DbConstantExpression ^ get(); };
public static System.Data.Common.CommandTrees.DbConstantExpression True { get; }
static member True : System.Data.Common.CommandTrees.DbConstantExpression
Public ReadOnly Property True As DbConstantExpression

속성 값

부울 값 true가 포함된 DbConstantExpression입니다.

적용 대상