Extends the <DatabaseCodeName>_Base class. Add your custom code here. The class is generated only once and never rewritten.
C#: |
Initializes a new instance of the <DatabaseCodeName> class.
None
C#: |
Creates a .Net data provider specific parameter name that is used to create a parameter object and add it to the parameter collection of System.Data.IDbCommand.
baseParamName
The base name of the parameter.
The full data provider specific parameter name.
C#: |
Creates a new connection to the database.
None
An System.Data.IDbConnection object.
C#: |
Returns a SQL statement parameter name that is specific for the data provider. For example it returns ? for OleDb provider, or @paramName for MS SQL provider.
paramName
The data provider neutral SQL parameter name.
The SQL statement parameter name.