The methods of the client class are listed below. For a complete list of client class members, see the client Members topic.
![]() getClient | Suuport for Microsoft framework, helper, require another sql query when 0 is selected |
![]() getMsSql | Get new client with System.Data.SqlClient database provider. |
![]() getMySql | Get new client with System.Data.SqlClient database provider. |
![]() getOdbc | Get new client with Data.Odbc database provider. |
![]() getOracle | Get native oracle client. |
close | Close connection and release all possible resources. |
Command_Connection_Close | Close command connection object |
Command_Connection_Dispose | Dispose command connection object |
Command_Dispose | Dispose command object |
Command_ExecuteNonQuery | ExecuteNonQuery using command object |
Command_ExecuteReader | ExecuteReader for Connection |
Command_ExecuteScalar | ExecuteScalar using command object |
Command_Parameters_Add | Add command parameters |
Command_Parameters_Clear | Clear command parameters |
commandBuilder_Dispose | Dispose commandBuilder |
Connection_BeginTransaction | Get Schema Table using DataReader |
Connection_Close | Close Connection |
Connection_Dispose | Dispose Connection |
Connection_InitializeLifetimeService | |
Connection_Open | Open Connection |
DataAdapter_Dispose | Dispose DataAdapter |
DataAdapter_Fill | Fill dataset using dataAdapter |
DataAdapter_Update | Update database table from dataset using dataAdapter |
DataReader_Close | Close DataReader |
DataReader_Dispose | Dispose DataReader |
DataReader_GetSchemaTable | Get Schema Table using DataReader |
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. |
getNewCommandBuilder | Get new CommandBuilder object for current client type. |
getNewInstance | Get new instance with settings from current client. |
GetType (inherited from Object) | Gets the Type of the current instance. |
isNamedParameter | Get information if client use named parameters for SQL queries. |
setNewCommandBuilderAndDataAdapter | Set dataAdapter to New commandBuilder object |
setToNothing | |
ToString (inherited from Object) | Returns a String that represents the current Object. |
transaction_Commit | Commit transaction. |
transaction_Rollback | Rollback transaction. |
transactionIsConnectionNothing | Returns true if transaction connection is nothing. |
Finalize | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
client Class | Indoo.Data Namespace