DataManager..::..DataSet Method
Overload List
Name | Description | |
---|---|---|
DataSet(String) |
Obtains a Data Set based on a SQL sentence.
|
|
DataSet(String, String) |
Obtains a specific table form a Data Set based on a SQL sentence.
|
|
DataSet(DataSet, String, List<(Of <<'(DbParameter>)>>)) |
Loads a Dataset with a Data Set based on a SQL sentence.
|
|
DataSet(DataSet, String, String, List<(Of <<'(DbParameter>)>>)) |
Loads a Dataset with a Table Data Set based on a SQL sentence.
|
|
DataSet(String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Retrieves a dataset Based on a SQL sentence given a start page and an end page.
|
|
DataSet(String, String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Retrieves a dataset Based on a SQL sentence given a start page and an end page and a Table Name.
|
|
DataSet(DataSet, String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Fills an existing dataset with a dataset Based on a SQL sentence given a start page and an end page.
|
|
DataSet(DataSet, String, String, Int32, Int32, List<(Of <<'(DbParameter>)>>)) |
Fills an existing dataset with a dataset Based on a SQL sentence given a start page and an end page and a Table Name.
|