Click or drag to resize

IDictionary Interface

The Data Dictionary provides information about the database version, the tables installed, and the fields available on a table. You must use the SODictionarySDK to add or remove tables.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IDictionary

The IDictionary type exposes the following members.

Properties
  NameDescription
Public propertyRevision
Revision - dictionary revision
Public propertyVersion
Version - dictionary version
Top
Methods
  NameDescription
Public methodGetFieldId
maps 'person.contact_id' -> 1537
Public methodGetFieldLength
Returns the size of the column. String length
Public methodGetFieldName
maps 1537 -> 'contact_id'
Public methodGetFieldType
Returns the column type for a given field. Maps 1536 -> enTypeInt, enTypeVstring
Public methodGetFullName
maps 1537 -> 'person.contact_id'
Public methodGetTableIdFromFieldId
maps 1536 -> 6
Public methodGetTableName
maps 1537 -> 'person'
Top
See Also