Click or drag to resize

IDictionary Methods

The IDictionary type exposes the following members.

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