[This is preliminary documentation and is subject to change.]
The TEnum type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TEnum | Initializes a new instance of the TEnum class | |
| TEnum(String) | Initializes a new instance of the TEnum class | |
| TEnum(DBCharType, String) | Initializes a new instance of the TEnum class |
Methods
| Name | Description | |
|---|---|---|
| Configure | (Overrides Domain Configure(IConfigSectionNode).) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetColumnAutoGeneratedScript |
Returns script for auto-generated values, may also emit compiler-specific object like sequence or generator
(Inherited from RDBMSDomain.) | |
| GetColumnCheckScript | (Overrides RDBMSDomain GetColumnCheckScript(RDBMSCompiler, RDBMSEntity, Compiler Outputs).) | |
| GetColumnDefaultScript |
Returns script for default values, may also emit compiler-specific object like sequence or generator or insert rows in some other table
(Inherited from RDBMSDomain.) | |
| GetColumnRequirement |
Returns true to indicate that column of this type is always required
(Inherited from RDBMSDomain.) | |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| GetTypeName | (Overrides RDBMSDomain GetTypeName(RDBMSCompiler).) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| TransformColumnName |
Changes column name, i.e. adds prefix
(Inherited from RDBMSDomain.) |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Size | ||
| Type | ||
| Values |
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
(Inherited from Domain.) |
See Also