Click or drag to resize

IndexDescriptor Constructor (UInt32, UInt32, Oid)

Initializes a new instance of the IndexDescriptor class

Namespace:  VelocityDb.Indexing
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IndexDescriptor(
	uint typeShortId,
	uint dataMemberShortId,
	Oid bTreeId
)

Parameters

typeShortId
Type: SystemUInt32

[Missing <param name="typeShortId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]

dataMemberShortId
Type: SystemUInt32

[Missing <param name="dataMemberShortId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]

bTreeId
Type: VelocityDbOid

[Missing <param name="bTreeId"/> documentation for "M:VelocityDb.Indexing.IndexDescriptor.#ctor(System.UInt32,System.UInt32,VelocityDb.Oid)"]

See Also