Show / Hide Table of Contents

Class DBC.OLEViewFields

Fields for OLEView, Control data table for the OLE DB Provider

Inheritance
object
DBC.OLEViewFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.OLEViewFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top