DataManager..::..DataTable Method
Overload List
Name | Description | |
---|---|---|
DataTable(String, List<(Of <<'(DbParameter>)>>)) |
Obtains a DataTable based on a SQL sentence.
|
|
DataTable(String, String, List<(Of <<'(DbParameter>)>>)) |
Obtains a DataTable based on a SQL sentence.
|
|
DataTable(String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Obtains a DataTable based on a SQL sentence given a start page and a page size.
|
|
DataTable(String, String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Obtains a DataTable based on a SQL sentence given a start page and a page size.
|