Click or drag to resize
DataDictionaryChangeCounters Class

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

Counters for number of changes to DataDictionary
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.DynamicDataDataDictionaryChangeCounters

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 DataDictionaryChangeCounters

The DataDictionaryChangeCounters type exposes the following members.

Constructors
  NameDescription
Public methodDataDictionaryChangeCounters
Initializes a new instance of the DataDictionaryChangeCounters class
Top
Methods
  NameDescription
Public methodDebugPrint
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 methodGetChangeCount
Returns number of changes
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldEnumAdd
Number of enumerations added (metadata only)
Public fieldEnumChange
Number of enumerations changed (metadata only)
Public fieldEnumDelete
Number of enumerations delete (metadata only)
Public fieldFieldAdd
Number of fields added
Public fieldFieldChange
Number of fields deleted
Public fieldFieldDelete
Number of fields deleted
Public fieldTableChange
Number of tables changed (metadata only)
Public fieldTableCreate
Number of tables created
Public fieldTableDrop
Number of tables dropped
Top
See Also