[This is preliminary documentation and is subject to change.]
The TGDIDRef type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TGDIDRef | Initializes a new instance of the TGDIDRef class | |
| TGDIDRef(Boolean) | Initializes a new instance of the TGDIDRef class |
Methods
| Name | Description | |
|---|---|---|
| Configure | (Inherited from Domain.) | |
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 |
Returns script for check constraint on column level
(Inherited from RDBMSDomain.) | |
| 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 | (Inherited from NonInteligentGDIDKey.) | |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| GetTypeName | (Inherited from NonInteligentGDIDKey.) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| TransformColumnName | (Overrides RDBMSDomain TransformColumnName(RDBMSCompiler, RDBMSEntity).) |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Required | (Inherited from NonInteligentGDIDKey.) |
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
(Inherited from Domain.) |
See Also