This documentation is archived and is not being maintained.

AssociationProvider Properties

The AssociationProvider type exposes the following members.

  NameDescription
Public property Direction Gets or sets the type of the association.
Public property ForeignKeyNames Gets or sets the names of the foreign keys that make up this association.
Public property FromColumn Gets or sets the source column of the association.
Public property IsPrimaryKeyInThisTable Gets or sets a value that indicates whether the From column part of the primary key is in the table.
Public property ToColumn Gets or sets the destination column of the association.
Public property ToTable Gets the destination table of the association.
Top
Show: