Click or drag to resize

BcfRelation Properties

[This is preliminary documentation and is subject to change.]

The BcfRelation type exposes the following members.

Properties
  NameDescription
Public propertyChildEndMaxConstraint
Gets a value indicating the maximum count of child rows a parent row may have.
Public propertyChildEndMinConstraint
Gets a value indicating the minimum count of child rows a parent row may have.
Public propertyChildKeyColumns
Gets the child key columns.
Public propertyChildRelationId
Gets the child relation identifier.
Public propertyChildTable
Gets the child BcfTable.
Public propertyDataSet
Gets the BcfDataSet the relation belongs to.
Public propertyDeleteRule
Gets or sets the delete action.
Public propertyHasKeyColumns
Gets a value indicating relation has key columns.
Public propertyHasParentEndNotNullConstraint
Gets a value indicating whether a child row must have a parent row or not.
Public propertyIndex
Gets the zero-based index of this BcfRelation in the datasets Relations collection.
Public propertyName
Gets the relation name.
Public propertyParentKeyColumns
Gets the parent key columns.
Public propertyParentRelationId
Gets the parent relation identifier.
Public propertyParentTable
Gets the parent BcfTable.
Public propertyToChildRelationIndex
Gets the zero-based index of this BcfRelation in ParentTable.ToChildRelations collection.
Public propertyToParentRelationIndex
Gets the zero-based index of this BcfRelation in ChildTable.ToParentRelations collection.
Public propertyUpdateRule
Gets or sets the update action.
Top
See Also