Interface IDbCommandExecuter
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public interface IDbCommandExecuter
Methods
CreateCommand()
Declaration
IDbCommand CreateCommand()
Returns
| Type | Description |
|---|---|
| IDbCommand |
Open(IDbCommand)
Declaration
DataTable Open(IDbCommand ncommand)
Parameters
| Type | Name | Description |
|---|---|---|
| IDbCommand | ncommand |
Returns
| Type | Description |
|---|---|
| DataTable |