ORM Sample Class Library

DataManagerBase.QueryCriteria Property

Critiera for the query

[Visual Basic]
Public Property QueryCriteria As CriteriaGroup
[C#]
public DataManagerBase.CriteriaGroup QueryCriteria {get; set;}

See Also

DataManagerBase Class | OrmLib Namespace


will match the array of tables in the given dataset with the list of table names by there ordinal. i.e. ds.Tables[0] will be imported as the first of orderedTableList ds.Tables[1] will be the second.....

Example

DataManager dm = new DataManager(Config.Dsn);