Interface IAllowDatabaseInto
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowDatabaseInto
Methods
IntoDataTable(out DataTable)
Declaration
IAllowDatabaseExecute IntoDataTable(out DataTable dataTable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.DataTable | dataTable |
Returns
| Type | Description |
|---|---|
| IAllowDatabaseExecute |
IntoGrid(out IGPALGrid<String>)
Declaration
IAllowDatabaseExecute IntoGrid(out IGPALGrid<string> dataGrid)
Parameters
| Type | Name | Description |
|---|---|---|
| IGPALGrid<System.String> | dataGrid |
Returns
| Type | Description |
|---|---|
| IAllowDatabaseExecute |