Partager via


Membres MergeJoinFilter

Represents a join filter or logical record relationship between to merge articles.

Le type MergeJoinFilter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MergeJoinFilter Create a new instance of the MergeJoinFilter class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ArticleName Gets or sets the name of the child article filtered by the join filter.
Propriété publique BaseTableName Gets or sets the name of the table object against which the article is filtered.
Propriété publique BaseTableOwner Gets or sets the owner of the table object against which the article is filtered.
Propriété publique FilterName Gets or sets the name of the merge article join filter.
Propriété publique FilterTypes Gets or sets the type of merge join filter.
Propriété publique JoinArticleName Gets or sets the name of the parent article to which the filtered article is joined.
Propriété publique JoinFilterClause Gets or sets the clause that joins the child article, specified by ArticleName, to the parent article, specified by JoinArticleName, to filter the child article.
Propriété publique JoinFilterId Gets or sets the ID of the join filter or logical record relationship.
Propriété publique JoinTableName Gets or sets the name of the source table for the child article that is joined to the base table for the parent article.
Propriété publique JoinTableOwner Gets or sets the owner of the source table for the child article that is joined to the base table for the parent article.
Propriété publique JoinUniqueKey Gets or sets whether the join between the child article, specified by ArticleName, and the parent article, specified by JoinArticleName, is one-to-many, one-to-one, many-to-one, or many-to-many.
Propriété publique UserData Gets or sets a property that allows users to attach their own data to this object.

Haut de la page