Show / Hide Table of Contents

Class DBC.OLEFieldFields

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

Inheritance
Object
DBC.OLEFieldFields
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 OLEFieldFields

Fields

AlgoData

OLEField.AlgoData: Source field or other parameter to algorithm in AlgoType.

Declaration
public const string AlgoData = "algoData"
Field Value
Type Description
String

AlgoType

OLEField.AlgoType: Algorithm - how data is transferred from source field to result. 4 = copy from source buffer. 2 = associate name, 3 = person name

Declaration
public const string AlgoType = "algoType"
Field Value
Type Description
String

Datatype

OLEField.Datatype: Data type, same as in dictionary

Declaration
public const string Datatype = "datatype"
Field Value
Type Description
String

FieldId

OLEField.FieldId: SODBIF field ID (including table!)

Declaration
public const string FieldId = "fieldId"
Field Value
Type Description
String

Length

OLEField.Length: Size of data in result buffer

Declaration
public const string Length = "length"
Field Value
Type Description
String

OLEFieldId

OLEField.OLEFieldId: Primary key

Declaration
public const string OLEFieldId = "OLEField_id"
Field Value
Type Description
String

OLEViewId

OLEField.OLEViewId: Owner subject

Declaration
public const string OLEViewId = "OLEView_id"
Field Value
Type Description
String

Predefined

OLEField.Predefined: 1 = predefined subject, do not change

Declaration
public const string Predefined = "predefined"
Field Value
Type Description
String

Registered

OLEField.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

OLEField.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Searchable

OLEField.Searchable: Is the field searchable (and shown as such in the reporter)

Declaration
public const string Searchable = "searchable"
Field Value
Type Description
String

Updated

OLEField.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

OLEField.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

OLEField.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