An indooGrid Documented Class Library

functions Members

functions overview

Public Static (Shared) Fields

parameterPrefix Internal SQL query parameter prefix form.

Public Static (Shared) Methods

addTableToDataSetAsNewInstance Open new instance of data access object, add copy of table to specified dataset and close data access object.
clearRowValues Set all values in specified datarow to DBNull value
executeScalarAsNewInstance Get first field from first row executed with SQL query.
executeSQLAsNewInstance Create new instance of data access object, execute statement wit default connection string and close dataaccess object.
findDVfieldOverloaded. Return column value from first row that match criteria using defaultView for specified table using arraylist values as filter.
findDVRowOverloaded. Find first row that match criteria using defaultView for specified table using arraylist values as filter.
findDVRowsOverloaded. Find rows using defaultView for specified table using arraylist values as filter.
getBasicType Get grid view column type mapped from database schema information.
getDataTableAsNewInstance Create new instance of data access object, execute statement with default connection string and close dataaccess object.
getParameterName Get parameter name using internal parameter prefix.
sqlRepeatOperatorClause Return repeated OR sql clause

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

functions Class | Indoo.Data Namespace