{CompanyName} FlexyGo

DataManager..::..DataSet Method

Overload List


  Name Description
Public method DataSet(String)
Obtains a Data Set based on a SQL sentence.
Public method DataSet(String, String)
Obtains a specific table form a Data Set based on a SQL sentence.
Public method DataSet(DataSet, String, List<(Of <<'(DbParameter>)>>))
Loads a Dataset with a Data Set based on a SQL sentence.
Public method DataSet(DataSet, String, String, List<(Of <<'(DbParameter>)>>))
Loads a Dataset with a Table Data Set based on a SQL sentence.
Public method DataSet(String, Int32, Int32, List<(Of <<'(DbParameter>)>>))
Retrieves a dataset Based on a SQL sentence given a start page and an end page.
Public method 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.
Public method 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.
Public method 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.