Click or drag to resize
Subject Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSubject

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Subject : _Subject

The Subject type exposes the following members.

Constructors
Fields
Properties
  NameDescription
Public propertyAllowInMulti
Gets and sets a value that indicates if this subject can be used in a multi level query
Public propertyBusinessLogicProcedure
Gets and sets the name of the business logic procedure on the server that will process this query
Public propertyConditions
Gets the conditions for this subject
Public propertyDescription
Gets and sets the Description for this subject
Public propertyDynamic
Gets and sets a value that indicates if this subject represents a dynamic sdo
Public propertyFields
Gets a collection of fields for this subject
Public propertyForceConnection
Gets and sets a connection that should always be used for this subject
Public propertyHasDateField
Gets a property that indicates whether this subject contains at least one date typed column
Public propertyID
Gets and sets the unique ID for this subject
Public propertyLookups
Gets a collection of lookups required for this subject
Public propertySubjectType
Gets and sets a value that indicates the type of subject
Public propertySystemName
Gets and sets the system name for this subject
Public propertyTables
Gets a tables collection for this subject
Public propertyTitle
Gets and sets the title for this subject
Top
See Also