Click or drag to resize

UseOidShort Class

Indicates that every field or selected fields of a serializable class should be referenced using a OidShort instead of a full Oid. This means that the referenced object is located in the same database as the object containing the reference. A ShortOid uses less space and references are not tied to a certain database number.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    VelocityDb.TypeInfoUseOidShort

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class UseOidShort : Attribute

The UseOidShort type exposes the following members.

Constructors
  NameDescription
Public methodUseOidShort
Creates the attribute indicating use of OidShort (page + page)
Top
See Also