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
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public sealed class UseOidShort : Attribute
Public NotInheritable Class UseOidShort
Inherits Attribute
public ref class UseOidShort sealed : public Attribute
[<SealedAttribute>]
type UseOidShort =
class
inherit Attribute
end
The UseOidShort type exposes the following members.
Constructors
| Name | Description |
---|
| UseOidShort |
Creates the attribute indicating use of OidShort (page + page)
|
TopSee Also