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

속성 값

부울 값이 있는 ADbConstantExpression.true

적용 대상