C# Class Oda.SqlWhere

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

Méthodes publiques

Méthode 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 méthode

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

SqlWhere() public méthode

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