MasterDetailInfo Members
Identifies the master-detail relationship defined by associated SQL queries.Constructors
| Name | Description |
|---|---|
| MasterDetailInfo() | Initializes a new instance of the MasterDetailInfo class with the default settings. |
| MasterDetailInfo(String, String, RelationColumnInfo) | Initializes a new instance of the MasterDetailInfo class with the specified settings. |
| MasterDetailInfo(String, String, IEnumerable<RelationColumnInfo>) | Initializes a new instance of the MasterDetailInfo class with the specified settings. |
| MasterDetailInfo(String, String, String, String) | Initializes a new instance of the MasterDetailInfo class with the specified settings. |
| MasterDetailInfo(String, String) | Initializes a new instance of the MasterDetailInfo class with the specified settings. |
Properties
| Name | Description |
|---|---|
| DetailQueryName | Specifies the detail query name of the master-detail relationship. |
| HasCustomName | Indicates whether or not the name of a master-detail relationship has been specified. |
| KeyColumns | Provides access to the collection of key columns defined for the master-detail relationship. |
| MasterQueryName | Specifies the master query name of the master-detail relationship. |
| Name | Specifies the relationship name. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GenerateName() | Generates the default name for the master-detail relationship. |
| GetDetailedDescription() | Returns detailed information about the master-detail relationship, including the queries that are related and their corresponding key columns. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of MasterDetailInfo. |
See Also