DbExpressionBuilder.False 속성

정의

부울 값을 false가진 값을 DbConstantExpression 가져옵니다.

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

속성 값

부울 값이 있는 ADbConstantExpression.false

적용 대상