Method | Description | |
---|---|---|
DataRetriever ( SQL DBCon, string tableName, String DataStatement ) : System | ||
SupplyPageOfData ( int lowerPageBoundary, int rowsPerPage ) : |
Method | Description | |
---|---|---|
CommaSeparatedListOfColumnNames ( String Prefix = "" ) : string |
public DataRetriever ( SQL DBCon, string tableName, String DataStatement ) : System | ||
DBCon | SQL | |
tableName | string | |
DataStatement | String | |
return | System |
public SupplyPageOfData ( int lowerPageBoundary, int rowsPerPage ) : |
||
lowerPageBoundary | int | |
rowsPerPage | int | |
return |