Click or drag to resize

ObjectStorageType Enumeration

Determines if an object of the corresponding type is managed by SQLBridge.

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 ObjectStorageType
Members
  Member nameValueDescription
Native0 The object is managed by ice.NET. No need to specify SQLBridge settings for the corresponding object type.
External1 The object is managed by SQLBridge.
See Also