C# Class Oda.SqlWhere

A where clause used in a SQL query generated by Sql.JsonReadOrDelete(string,int,int,Oda.SqlWhere).
Show file Open project: CorbinDallas/Oda Class Usage Examples

Public Methods

Method Description
SqlWhere ( )

Initializes a new instance of the SqlWhere class.

SqlWhere ( string whereClause, SqlParameter parameters )

Initializes a new instance of the SqlWhere class.

Method Details

SqlWhere() public method

Initializes a new instance of the SqlWhere class.
public SqlWhere ( )

SqlWhere() public method

Initializes a new instance of the SqlWhere class.
public SqlWhere ( string whereClause, SqlParameter parameters )
whereClause string The where clause.
parameters SqlParameter The parameters.