Class DBC.OLEViewFields
Fields for OLEView, Control data table for the OLE DB Provider
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class OLEViewFields : Object
Fields
OLESubjectId
OLEView.OLESubjectId: Owner subject
Declaration
public const string OLESubjectId = "OLESubject_id"
Field Value
Type | Description |
---|---|
String |
OLEViewId
OLEView.OLEViewId: Primary key
Declaration
public const string OLEViewId = "OLEView_id"
Field Value
Type | Description |
---|---|
String |
Predefined
OLEView.Predefined: 1 = predefined subject, do not change
Declaration
public const string Predefined = "predefined"
Field Value
Type | Description |
---|---|
String |
ProgId
OLEView.ProgId: GUID of the module that can perform this join
Declaration
public const string ProgId = "progId"
Field Value
Type | Description |
---|---|
String |
Registered
OLEView.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
OLEView.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
OLEView.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
OLEView.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
OLEView.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |