Click or drag to resize

BcfRelationSetupTOptions Properties

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

The BcfRelationSetupTOptions generic type exposes the following members.

Properties
  NameDescription
Public propertyChildEndMaxConstraint
Gets or sets the child rows count maximum.
(Inherited from BcfRelationSetup.)
Public propertyChildEndMinConstraint
Gets or sets the child rows count minimum.
(Inherited from BcfRelationSetup.)
Public propertyChildKeyColumns
Gets or sets the child key columns.
(Inherited from BcfRelationSetup.)
Public propertyChildTable
Gets or sets the child-table name.
(Inherited from BcfRelationSetup.)
Public propertyDeleteRule
Gets or sets the relation delete rule.
(Inherited from BcfRelationSetup.)
Public propertyHasParentEndNotNullConstraint
Gets or sets a value indicating parent row is mandatory on child rows.
(Inherited from BcfRelationSetup.)
Public propertyName
Gets or sets the relation-name.
(Inherited from BcfRelationSetup.)
Public propertyOptions
Gets or sets the options.
Public propertyParentKeyColumns
Gets or sets the parent key columns.
(Inherited from BcfRelationSetup.)
Public propertyParentTable
Gets or sets the parent-table name.
(Inherited from BcfRelationSetup.)
Public propertyUpdateRule
Gets or sets the relation update rule.
(Inherited from BcfRelationSetup.)
Top
See Also