Skip to main content

FederationMasterDetailInfo Constructors

Identifies the master-detail relationship defined by federated queries.
Name Parameters Description
FederationMasterDetailInfo() none Initializes a new instance of the FederationMasterDetailInfo class with default settings.
FederationMasterDetailInfo(String, String, FederationRelationColumnInfo) masterQueryName, detailQueryName, keyColumn Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and a relation.
FederationMasterDetailInfo(String, String, IEnumerable<FederationRelationColumnInfo>) masterQueryName, detailQueryName, keyColumns Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and relations.
FederationMasterDetailInfo(String, String, String, String) masterQueryName, detailQueryName, masterKeyColumn, detailKeyColumn Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and keys.
FederationMasterDetailInfo(String, String) master, detail Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names.
See Also