Click or drag to resize

CustomLoadDataTable Delegate

Custom delegate to load a DataTable from a connection and a SQL SELECT statement

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public delegate DataTable CustomLoadDataTable(
	ConnectionType connectionType,
	string connectionString,
	string sql,
	DbConnection openConnection = null
)

Parameters

connectionType  ConnectionType
 
connectionString  String
 
sql  String
 
openConnection  DbConnection  (Optional)
 

Return Value

DataTable
See Also