Sets the Ordinal of the entity

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool SetOrdinal(
	int ordinal
)
Visual Basic
Function SetOrdinal ( _
	ordinal As Integer _
) As Boolean
Visual C++
bool SetOrdinal(
	int ordinal
)

Parameters

ordinal
Type: System..::..Int32
The index to set the ordinal to, where the index starts with 1

Return Value

See Also