IRowHelper Interface

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
The IRowHelper interface provides properties to access a data row content and to monitor its changes. Classes implementing this interface are used by Business Rules Scripting API to provide access to the data rows's data via scripting language.
Location
- Assembly: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
Implemented in
Properties
| Changed |
|---|
|
Gets a boolean flag indicating whether a field specified via its index was changed or not.
|
| Changed |
|
Gets a boolean flag indicating whether a field specified via its name was changed or not.
|
| CurrentValues |
|
Gets current value of the field specified via its index.
|
| CurrentValues |
|
Gets current value of the field specified via its name.
|
| FieldCount |
|
Gets a number of the data row fields.
|
| FieldName |
|
Gets a name of the field specified via an index number.
|
| FieldType |
|
Gets a data type of the field specified via its index.
|
| PreviousValues |
|
Gets an initial value of the field specified via its index.
|
| PreviousValues |
|
Gets an initial value of the field specified via its name.
|
| TableName |
|
Gets a name of the table that contains the data row.
|
See Also
- Business Rules Scripting API
- Lists
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects Script for .NET: Namespaces — Classes
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode