MasterDetailInfoCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(String, String, IEnumerable<RelationColumnInfo>) | masterQueryName, detailQueryName, keyColumns | Adds the specified master-detail relation to the collection. |
| Add(String, String, String, String) | masterQueryName, detailQueryName, masterKeyColumn, detailKeyColumn | Adds the specified master-detail relation to the collection. |