Click or drag to resize
DataDictionaryField Methods

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

The DataDictionaryField type exposes the following members.

Methods
  NameDescription
Public methodAddEnum
Add enum-value to field
Public methodAsString
Return string representation
Public methodStatic memberDatabaseTypeToDataType
Compute DataType from type stored in metadata. NB: currently SQL Server only!
Public methodStatic memberDataDictionaryFieldFromMetaData
Create a DataDictionaryField from metadata in the database
Public methodDBDelete
Deletes field from database
Public methodDBInsert
Insert into database
Public methodDBRead
Read on object from DataRow
Public methodDBUpdate
Updates field in supplied database
Public methodDBUpdateEnums
Public methodDebugPrint
Prints field without margin
Public methodDebugPrint(String)
prints field with specified margin
Public methodEnumToString
returns enumeration as string
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(DataDictionaryField)
Check if two DataDictionaryFields are equal
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 methodFindEnum
Finds enumeration
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 methodSQLCreate
Returns SQL-statement to create table
Public methodSQLCreate(DataDictionary, Boolean)
Generate SQL for create table
Public methodTablesContainingField
Return collection of tables, that contain this field
Public methodToString
Returns field as string
(Overrides ObjectToString.)
Top
See Also