C# Class RegulatedNoise.Enums_and_Utility_Classes2.DataRetriever

Inheritance: IDataPageRetriever
Mostra file Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
DataRetriever ( SQL DBCon, string tableName, String DataStatement ) : System
SupplyPageOfData ( int lowerPageBoundary, int rowsPerPage ) : DataTable

Private Methods

Method Description
CommaSeparatedListOfColumnNames ( String Prefix = "" ) : string

Method Details

DataRetriever() public method

public DataRetriever ( SQL DBCon, string tableName, String DataStatement ) : System
DBCon SQL
tableName string
DataStatement String
return System

SupplyPageOfData() public method

public SupplyPageOfData ( int lowerPageBoundary, int rowsPerPage ) : DataTable
lowerPageBoundary int
rowsPerPage int
return System.Data.DataTable