DesignerDataRelationship.ParentColumns Propriedade

Definição

Obtém uma coleção de colunas da tabela pai que fazem parte da relação entre duas tabelas.Gets a collection of columns from the parent table that are part of the relationship between two tables.

public:
 property System::Collections::ICollection ^ ParentColumns { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ParentColumns { get; }
member this.ParentColumns : System.Collections.ICollection
Public ReadOnly Property ParentColumns As ICollection

Valor da propriedade

ICollection

Uma coleção de DesignerDataColumn objetos que definem a relação na tabela pai.A collection of DesignerDataColumn objects that define the relationship in the parent table.

Aplica-se a