ORM Sample Class Library

DataManagerBase.Relation.ChildAlias Field

[Visual Basic]
Public ChildAlias As String
[C#]
public string ChildAlias;

See Also

DataManagerBase.Relation Class | OrmLib Namespace


he 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);