The methods of the GenericDataHelper class are listed below. For a complete list of GenericDataHelper class members, see the GenericDataHelper Members topic.
![]() ExecuteDataset | Overloaded. Execute a Command (that returns a resultset and takes no parameters) against the database. |
![]() ExecuteDataSetTransactional | Overloaded. Execute a Command (that returns a resultset and takes no parameters). |
![]() ExecuteNonQuery | Overloaded. Execute a Command (that returns no resultset and takes no parameters) against the database |
![]() ExecuteNonQueryTransactional | Overloaded. Execute a Command (that returns no resultset and takes no parameters) against a Transaction. If an error occur, changes are rollebacked. |
![]() ExecuteReader | Overloaded. Execute a Command (that returns a resultset and takes no parameters) against the database specified. |
![]() ExecuteReaderTransactional | Overloaded. Execute a Command (that returns a resultset and takes no parameters) against the provided Transaction. |
![]() ExecuteScalar | Overloaded. Execute a Command (that returns a 1x1 resultset and takes no parameters) against the database. |
![]() ExecuteScalarTransactional | Overloaded. Execute a Command (that returns a 1x1 resultset and takes no parameters) against the a Transaction. |
![]() ExecuteXmlReader | Overloaded. Execute a Command (that returns a resultset and takes no parameters) against a Connection. |
![]() ExecuteXmlReaderTransactional | Overloaded. Execute a Command (that returns a resultset) against the specified Transaction using the provided parameters. |
![]() FillDataset | Overloaded. Execute a Command (that returns a resultset and takes no parameters) the database. |
![]() FillDatasetTransactional | Overloaded. Execute a Command (that returns a resultset and takes no parameters) against a Transaction. |
![]() GetSpParameterSet | Overloaded. Retrieves stored procedure parameters. |
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, 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. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
GenericDataHelper Class | DotnetProject.Data Namespace