Click or drag to resize

FieldType Enumeration

A "field" of an object instance. Used to determine the field that will be compared to when an implicit relationship is established.

Namespace:  PDTec.IceNet.Core.Database.SqlBridge
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum FieldType
Members
  Member nameValueDescription
Id0 Object Id
Name1 Object name
Attribute2 Object attribute. Further information (declaring type, name) has to be provided.
See Also