Click or drag to resize
DataDictionaryExternalRelation Properties

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

The DataDictionaryExternalRelation type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Text displayed in user interface
Public propertyCssClassComputation
Expression to compute CSS class name (string)
Public propertyDataDictionaryTable
Refernce to the DataDictionaryTable that refernces an external table
Public propertyDataDictionaryTableName
Get DataDictionaryTable.TableName
Public propertyFillInStatusComputation
Expression to compute FillInStatus
Public propertyFillInStatusSelect
Fill-in status
Public propertyFillInStatusSelectString
Get FillInStatusSelect as string
Public propertyHidden
Hidden
Public propertyPropagate
Whether the external relation propagate
Public propertyReferencedColumns
Name of key columns in external table
Public propertyReferencedTable
Name of external table referenced
Public propertyRelationName
Name of this external relation. When one table has more than one relation to same external table, RelationName of these relations must be unique
Public propertyStyleComputation
Expression to compute CSS style (string)
Public propertyVisibleComputation
Expression to compute visible (bool) - override Hidden value
Top
See Also