Click or drag to resize

BcfRelationTOptions Properties

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

The BcfRelationTOptions generic type exposes the following members.

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