| Methods of class OQL |
Public Methods
public static QueryCase Case ( )
public static SimpleCase Case ( IScalarExpr expression )
public static SimpleCase Case ( object value )
public static ExistsTester Criteria ( )
public static ScalarTester Criteria ( IScalarExpr expression )
public static QueryCondition Criteria ( QueryCondition expression )
public static QueryCondition Criteria ( string expression )
public static DeleteFrom DeleteFrom ( TableInfo table )
public static DeleteFrom DeleteFrom ( string table )
public static DeleteQuery DeleteWhere ( BoolExpression expression )
public static InsertInto InsertInto ( TableInfo table )
public static InsertInto InsertInto ( string table )
public static OrderByDesc OrderBy ( IScalarExpr expression )
public static OrderBy OrderBy ( IScalarExpr expression, params IScalarExpr[] expressions )
public static OrderBy OrderBy ( ScalarList list )
public static OrderBy OrderBy ( ScalarList list, params ScalarList[] lists )
public static OrderByDesc OrderBy ( string expression )
public static OrderBy OrderBy ( string expression, params string[] expressions )
public static Select Select ( IScalarExpr expression )
public static Select Select ( IScalarExpr expression, params IScalarExpr[] expressions )
public static Select Select ( IVectorExpr expression )
public static Select Select ( IVectorExpr expression, params IVectorExpr[] expressions )
public static Select Select ( ScalarList list )
public static Select Select ( ScalarList list, params ScalarList[] lists )
public static Select Select ( string expression )
public static Select Select ( string expression, params string[] expressions )
public static From SelectFrom ( TableInfo table )
public static Where SelectWhere ( BoolExpression expression )
public static Update Update ( TableInfo table )
public static Update Update ( string table )