[This is preliminary documentation and is subject to change.]
The TPercent type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TPercent | Initializes a new instance of the TPercent class | |
| TPercent(Int32) | Initializes a new instance of the TPercent 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 |
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 | |
|---|---|---|
| Scale |
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
(Inherited from Domain.) |
See Also