protected void FillDataSet() { DbUtil.FillDataSet(this, fDataAdapter, HostDataSet, TableName); }
public TableSelector(string tableName, string keyFields, string fields, IDbDataSource source) : this(DbUtil.CreateTableScheme(tableName, keyFields, fields, source.Context), source, false) { }
private DataRow TrySelectRow(Action action) { return(DbUtil.TrySelectRow(action, HostDataSet, TableName)); }