Show / Hide Table of Contents

Interface IAllowDatabaseUsing

Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowDatabaseUsing

Methods

Using(IGPALGrid<String>)

Declaration
IAllowDatabaseExecute Using(IGPALGrid<string> dataGrid)
Parameters
Type Name Description
IGPALGrid<System.String> dataGrid
Returns
Type Description
IAllowDatabaseExecute

Using(DataTable)

Declaration
IAllowDatabaseExecute Using(DataTable dataTable)
Parameters
Type Name Description
System.Data.DataTable dataTable
Returns
Type Description
IAllowDatabaseExecute
In This Article
Back to top Generated by DocFX