RealTimeULongField Class Members
- Last UpdatedApr 08, 2026
- 5 minute read
The following tables list the members exposed by RealTimeULongField.
| Name | Description | |
|---|---|---|
![]() | AllowReadsAndWrites | Retrieves true if this type allows full reads and writes to the underlying record. Otherwise, false. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeField) |
![]() | Bound | Retrieves whether this field has been bound to a specific table and field name. (Inherited from RealTimeField) |
![]() | EnableCache | Obsolete. Disabling of cache no longer supported. (Inherited from RealTimeField) |
![]() | Key | Retrieves true if this field is a table key. Otherwise, false. (Inherited from RealTimeField) |
![]() | KeyNumber | Retrieves the key number for this field if this field is a key. (Inherited from RealTimeField) |
![]() | Kind | Retrieves the RealTime database (RTDB) "kind" for this field. (Inherited from RealTimeField) |
![]() | Length | Retrieves the length (in bytes) of this field in the RealTime database (RTDB) record. (Inherited from RealTimeField) |
![]() | Name | Retrieves the name of the field. (Inherited from RealTimeField) |
![]() | Offset | Retrieves the offset (in bytes) from the start of the record where this field can be found. (Inherited from RealTimeField) |
![]() | RealType | The type number of the field. (Inherited from RealTimeField) |
![]() | SlotNumber | Retrieves the slot number of this field. (Inherited from RealTimeField) |
![]() | TableName | Retrieves the name of the table that this field is associated with. (Inherited from RealTimeField) |
![]() | TableNumber | Retrieves the table number that this field is associated with. (Inherited from RealTimeField) |
![]() | UltimateRealType | Retrieves the ultimate data type in the RealTime database (RTDB) for the associated field. (Inherited from RealTimeField) |
![]() | UniqueKey | Retrieves true if the field is a key. Otherwise, false. (Inherited from RealTimeField) |
![]() | Virtual | Retrieves true if the field is virtual. Otherwise, false. (Inherited from RealTimeField) |
| Name | Description | |
|---|---|---|
![]() | m_allowReadsAndWrites | Obsolete. Replace with AllowReadsAndWrites. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeField) |
![]() | m_bound | Obsolete. Replace with Bound. (Inherited from RealTimeField) |
![]() | m_fieldKind | Obsolete. Replace with Kind. (Inherited from RealTimeField) |
![]() | m_fieldLength | Obsolete. Replace with Length. (Inherited from RealTimeField) |
![]() | m_fieldName | Obsolete. Replace with Name. (Inherited from RealTimeField) |
![]() | m_fieldOffset | Obsolete. Replace with Offset. (Inherited from RealTimeField) |
![]() | m_fieldRealType | Obsolete. Replace with RealType. (Inherited from RealTimeField) |
![]() | m_fieldSlotNum | Obsolete. Replace with SlotNumber. (Inherited from RealTimeField) |
![]() | m_fieldTypeName | Obsolete. Replace with TypeName. (Inherited from RealTimeField) |
![]() | m_fieldUltimateRealType | Obsolete. Replace with UltimateRealType. (Inherited from RealTimeField) |
![]() | m_isVirtual | Obsolete. Replace with Virtual. (Inherited from RealTimeField) |
![]() | m_keyNum | Obsolete. Replace with KeyNumber. (Inherited from RealTimeField) |
![]() | m_tableKey | Obsolete. Replace with Key. (Inherited from RealTimeField) |
![]() | m_tableName | Obsolete. Replace with TableName. (Inherited from RealTimeField) |
![]() | m_tableNumber | Obsolete. Replace with TableNumber. (Inherited from RealTimeField) |
![]() | m_uniqueKey | Obsolete. Replace with UniqueKey. (Inherited from RealTimeField) |
| Name | Description | |
|---|---|---|
![]() | Bind | Binds the RealTimeBaseTable to the field name. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeField) |
![]() | Clone | Performs a deep copy of the current RealTimeField object. (Inherited from RealTimeField) |
![]() | GetDotNetType | Overridden. Identifies what the .NET System.Type is for this field. |
![]() | GetRealTimeType | Retrieves the RealTimeType of a field. (Inherited from RealTimeField) |
![]() | TypeName | Retrieves the FieldProperties.FieldName of the RealTime type. (Inherited from RealTimeField) |
| Name | Description | |
|---|---|---|
![]() | CheckBoundType | Overridden. Validates that the System.Type of this object is the same as the bound RealTime database (RTDB) type. |




