ORM Sample Class Library

DataManagerBase.Relation.ChildIsParent Field

[Visual Basic]
Public ChildIsParent As Boolean
[C#]
public bool ChildIsParent;

See Also

DataManagerBase.Relation Class | OrmLib Namespace


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