C# Класс Oda.SqlWhere

A where clause used in a SQL query generated by Sql.JsonReadOrDelete(string,int,int,Oda.SqlWhere).
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SqlWhere ( )

Initializes a new instance of the SqlWhere class.

SqlWhere ( string whereClause, SqlParameter parameters )

Initializes a new instance of the SqlWhere class.

Описание методов

SqlWhere() публичный Метод

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

SqlWhere() публичный Метод

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