Dotnet-Project Framework documentation.

GenericDataHelper Members

GenericDataHelper overview

Public Static Properties

connection Get a closed connection.
ConnectionString The connection string.
transaction Get a transaction.

Public Static Methods

ExecuteDatasetOverloaded. Execute a Command (that returns a resultset and takes no parameters) against the database.
ExecuteDataSetTransactionalOverloaded. Execute a Command (that returns a resultset and takes no parameters).
ExecuteNonQueryOverloaded. Execute a Command (that returns no resultset and takes no parameters) against the database
ExecuteNonQueryTransactionalOverloaded. Execute a Command (that returns no resultset and takes no parameters) against a Transaction. If an error occur, changes are rollebacked.
ExecuteReaderOverloaded. Execute a Command (that returns a resultset and takes no parameters) against the database specified.
ExecuteReaderTransactionalOverloaded. Execute a Command (that returns a resultset and takes no parameters) against the provided Transaction.
ExecuteScalarOverloaded. Execute a Command (that returns a 1x1 resultset and takes no parameters) against the database.
ExecuteScalarTransactionalOverloaded. Execute a Command (that returns a 1x1 resultset and takes no parameters) against the a Transaction.
ExecuteXmlReaderOverloaded. Execute a Command (that returns a resultset and takes no parameters) against a Connection.
ExecuteXmlReaderTransactionalOverloaded. Execute a Command (that returns a resultset) against the specified Transaction using the provided parameters.
FillDatasetOverloaded. Execute a Command (that returns a resultset and takes no parameters) the database.
FillDatasetTransactionalOverloaded. Execute a Command (that returns a resultset and takes no parameters) against a Transaction.
GetSpParameterSetOverloaded. Retrieves stored procedure parameters.

Protected Static Properties

traceSwitch Manage the log in level.

Public Instance Constructors

GenericDataHelper Constructor Initializes a new instance of the GenericDataHelper class.

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, 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.

Protected Instance Methods

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.

See Also

GenericDataHelper Class | DotnetProject.Data Namespace