SelectQuery..::..AddWhereItemCheckNull Method
Adds the where item check null.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public WhereItem AddWhereItemCheckNull( QueryTable table, string idField, Conditions condition, bool checkString )
Public Function AddWhereItemCheckNull ( _ table As QueryTable, _ idField As String, _ condition As Conditions, _ checkString As Boolean _ ) As WhereItem
public: WhereItem^ AddWhereItemCheckNull( QueryTable^ table, String^ idField, Conditions^ condition, bool^ checkString )
Parameters
- table
- Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The table.
- idField
- Type: String
The identifier field.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- checkString
- Type: Boolean
if set to true [check string].