Click or drag to resize

IndexDescriptor Constructor (UInt32, UInt32, UInt32)

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 = 0,
	uint databaseId = 0
)

Parameters

typeShortId
Type: SystemUInt32

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

dataMemberShortId (Optional)
Type: SystemUInt32

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

databaseId (Optional)
Type: SystemUInt32

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

See Also