[This is preliminary documentation and is subject to change.]
The TCounterRef type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | TCounterRef | Initializes a new instance of the TCounterRef 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 NonInteligentKey.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetTypeName | (Inherited from NonInteligentKey.) |
![]() | ![]() | 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
Properties
Name | Description | |
---|---|---|
![]() | Name |
Returns the name of this domain, i.e. 'THumanAge', 'TSalary'
(Inherited from Domain.) |
See Also