Skip to main content
All docs
V26.1
  • FederationRelationColumnInfo Members

    Describes the relation and contains key column names and a relation condition operator.

    Constructors

    Name Description
    FederationRelationColumnInfo() Initializes a new FederationRelationColumnInfo instance with the default settings.
    FederationRelationColumnInfo(String, String, FederationConditionType) Initializes a new FederationRelationColumnInfo instance with the specified parent and nested key column names and a condition operator.
    FederationRelationColumnInfo(String, String) Initializes a new FederationRelationColumnInfo instance with the specified parent and nested key column names.

    Properties

    Name Description
    ConditionOperator Gets or sets the relation condition operator.
    NestedKeyColumn Gets or sets the name of the nested key column in a master-detail relation.
    ParentKeyColumn Gets or sets the name of the parent key column in a master-detail relation.

    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.
    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.
    See Also