DataBaseExecutors NamespaceDataBaseExecutors
DatabaseExecutors is simple Database Access Library.
Classes

  ClassDescription
Public classColumnProperty
Class for describe custom column property
Public classDBExecution
The class for executing SQL or database function.
Public classDBExecutionParameter
The class for sql query parameter.
Public classDBExtensions
Extension for DataTable,DbDataReader.
Supports getting value from DbDataReader.
Public classProviderUtil
Judge database provider from connection string.
Public classRowInfo
Row information for using save
Public classRowInfoValidator
The Class for delegate validation and convertion of value
Delegates

  DelegateDescription
Public delegateDBExecution executeDbEnd T 
Callback function for converting result to some class. It's invoked when getting result from database function.
Public delegateDBExecution fetchDb
Delegate function to each records.
You can use this delegate for making xml from recordset.
Public delegateDBExecution fetchDbEnd
Callback function for the end of read.
Public delegateDBExecution fetchDbItem T 
Delegate function to each records.
You can use this delegate for making list of some class from recordset.
Enumerations

  EnumerationDescription
Public enumerationProviderType
The type of database provider(Oracle,SqlServer etc)
Supports Oracle,SqlServer now.