| Subject Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Subject : _Subject
The Subject type exposes the following members.
| Name | Description | |
|---|---|---|
| Subject |
Creates and returns a new Subject object
| |
| Subject(DataRow, DataRow, DataTable) |
Creates and returns a new Subject object
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| AllowInMulti |
Gets and sets a value that indicates if this subject can be used in a multi level query
| |
| BusinessLogicProcedure |
Gets and sets the name of the business logic procedure on the server that will process this query
| |
| Conditions |
Gets the conditions for this subject
| |
| Description |
Gets and sets the Description for this subject
| |
| Dynamic |
Gets and sets a value that indicates if this subject represents a dynamic sdo
| |
| Fields |
Gets a collection of fields for this subject
| |
| ForceConnection |
Gets and sets a connection that should always be used for this subject
| |
| HasDateField |
Gets a property that indicates whether this subject contains at least one date typed column
| |
| ID |
Gets and sets the unique ID for this subject
| |
| Lookups |
Gets a collection of lookups required for this subject
| |
| SubjectType |
Gets and sets a value that indicates the type of subject
| |
| SystemName |
Gets and sets the system name for this subject
| |
| Tables |
Gets a tables collection for this subject
| |
| Title |
Gets and sets the title for this subject
|