Click or drag to resize
ImportSubjectArgs Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The ImportSubjectArgs type exposes the following members.

Properties
  Name Description
Public property bDynamic
Gets and sets a property that indicates if the smartdataobject this subject is based on is a dynamic one.
Public property cAllowContains
Gets and sets a property that contains a list which indicates if each field in the subject can be used for in the query for conditions that use the Progress CONTAINS keyword requiring a word index.
Public property cAllowIndex
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query conditions.
Public property cAllowSort
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query sorting.
Public property cBuffers
Gets and sets a property that contains a list of buffers the fields in this subject use.
Public property cDataTypes
Gets and sets a property that contains a list of field data types used in the subject.
Public property cDescription
Gets and sets a property that contains the subject description.
Public property cExpression
Gets and sets a property that contains a list which contains the calculated field syntax of each field in the subject.
Public property cExtent
Gets and sets a property that contains a list which indicates the extent of each field in the subject.
Public property cFields
Gets and sets a property that contains a list for field names used in the subject.
Public property cFormats
Gets and sets a property that contains a list of field formats used in the subject.
Public property cID
Gets and sets a property that contains the subject ID.
Public property cIndexes
Gets and sets a property that contains a list of indexes that should be used for each table used in the subject.
Public property cLabels
Gets and sets a property that contains a list of field labels used in the subject.
Public property cLinks
Gets and sets a property that contains a list of link id's used to join the table to it's parent table.
Public property cLookups
Gets and sets a property that contains a list which contains the lookup of each field in the subject.
Public property cParents
Gets and sets a property that contains a list for parent tables of the tables used in the subject.
Public property cSmartDataObject
Gets and sets a property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Public property cSvrFormat
Gets and sets a property that contains a list which contains the calculated field format of each field in the subject.
Public property cSystemName
Gets and sets a property that contains the system the subject belongs to.
Public property cTables
Gets and sets a property that contains a list for tables used in the subject.
Public property cTitle
Gets and sets a property that contains the subject title.
Public property cWidth
Gets and sets a property that contains a list which indicates the width of each field in the subject.
Top
See Also