RecordContainer Class

Class used to manipulate data records for user data input.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataInputRecordContainer

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class RecordContainer

The RecordContainer type exposes the following members.

Methods
  NameDescription
Public methodCreateDataInputRecord
Creates a data input record with the specified data values. The specified data values are checked for validity against the data input table schema.
Public methodUpdateDataInputRecord
Updates the record and checks if the specified data is valid.
Top
See Also