Click or drag to resize
DataDictionaryTableField Class

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

DataDictionaryTableField relates fields and tables in DataDictionary
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.DynamicDataDataDictionaryTableField

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public class DataDictionaryTableField

The DataDictionaryTableField type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddField
Adds the field.
Public methodAddIndex
Adds the index.
Public methodAlterField
Alters the field.
Public methodAsString
Human readable representation
Public methodAsStringInclField
Human readable representation - including the referenced field
Public methodDBInsert
Insert into database
Public methodDBRead
Read from database
Public methodDropField
Drops the field.
Public methodDropIndex
Drops the index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyActualCaption
Get ActualCaption
Public propertyActualHistoryCaption
Get ActualHistoryCaption
Public propertyActualViewName
Get ActualViewName
Public propertyAllowNull
Get AllowNull
Public propertyCaption
Get Caption
Public propertyComputationDefault
Get ComputationDefault
Public propertyComputedColumnSQL
Get ComputedColumnSQL
Public propertyDataDictionaryField
Get DatadictionaryField
Public propertyDataDictionaryTable
Get DatadictionaryTable
Public propertyDataType
Get DataType
Public propertyDescription
Gets Description
Public propertyDimension
Gets Dimension
Public propertyDotNetType
Get the .NET type that corresponds to DataType
Public propertyFieldName
Get FieldName
Public propertyFieldSize
Gets FieldSize
Public propertyHasEnums
Gets HasEnums
Public propertyHistoryCaption
Get Caption
Public propertyIsComputed
Gets IsComputed
Public propertyIsDateStart
Gets IsDateStart
Public propertyIsDateStop
Gets IsDateStop
Public propertyIsIdentity
Gets IsIdentity
Public propertyIsIndex
Gets IsIndex
Public propertyIsInternal
Gets IsIdentity
Public propertyIsStatus
Gets IsStatus
Public propertyLink
Gets Link
Public propertyListColumn
Get/set ListColumn : list column number
Public propertyMapToExternalField
Get MapToExternalField
Public propertyMeasure
Gets Link
Public propertyNonBlankCaption
Public propertyNonBlankHistoryCaption
Get a non-blank history caption (defaults to field name, if caption not specifed otherwise)
Public propertyPhraseEnabled
Get/set PhraseEnabled : whether phrases are enabled for this field
Public propertySequenceNumber
Get SequenceNumber
Public propertySetValueOnCopy
Get SetValueOnCopy
Public propertyTableCaption
Get TableCaption
Public propertyTableName
Get TableName
Public propertyViewName
Get viewname
Top
See Also