DataDictionaryField Methods |
[This is preliminary documentation and is subject to change.]
The DataDictionaryField type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddEnum |
Add enum-value to field
|
![]() | AsString |
Return string representation
|
![]() ![]() | DatabaseTypeToDataType |
Compute DataType from type stored in metadata.
NB: currently SQL Server only!
|
![]() ![]() | DataDictionaryFieldFromMetaData |
Create a DataDictionaryField from metadata in the database
|
![]() | DBDelete |
Deletes field from database
|
![]() | DBInsert |
Insert into database
|
![]() | DBRead |
Read on object from DataRow
|
![]() | DBUpdate |
Updates field in supplied database
|
![]() | DBUpdateEnums | |
![]() | DebugPrint |
Prints field without margin
|
![]() | DebugPrint(String) |
prints field with specified margin
|
![]() | EnumToString |
returns enumeration as string
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(DataDictionaryField) |
Check if two DataDictionaryFields are equal
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindEnum |
Finds enumeration
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SQLCreate |
Returns SQL-statement to create table
|
![]() | SQLCreate(DataDictionary, Boolean) |
Generate SQL for create table
|
![]() | TablesContainingField |
Return collection of tables, that contain this field
|
![]() | ToString |
Returns field as string
(Overrides ObjectToString.) |