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: 6.0.0.0 (6.0.6225.27214)
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