[This is preliminary documentation and is subject to change.]
The RDBMSDomain type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| RDBMSDomain | Initializes a new instance of the RDBMSDomain 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
| |
| GetColumnCheckScript |
Returns script for check constraint on column level
| |
| GetColumnDefaultScript |
Returns script for default values, may also emit compiler-specific object like sequence or generator or insert rows in some other table
| |
| GetColumnRequirement |
Returns true to indicate that column of this type is always required
| |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| GetTypeName |
Returns the name of the resulting type that this domain maps to
| |
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
|
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
(Inherited from Domain.) |
See Also