ORM Sample Class Library

DataManagerBase.Relation.ChildTable Field

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

See Also

DataManagerBase.Relation Class | OrmLib Namespace


/div> 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);