Esempio n. 1
0
 public TableSelector(string tableName, string keyFields, string fields, IDbDataSource source)
     : this(DbUtil.CreateTableScheme(tableName, keyFields, fields, source.Context), source, false)
 {
 }