Compartir vía


DbExpressionBuilder.True Propiedad

Definición

Obtiene una expresión DbConstantExpression con el valor booleano true.

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

Valor de propiedad

Una expresión DbConstantExpression con el valor booleano true.

Se aplica a