MobileForms Toolkit Documentation

Mapping.GetOrdinal Method 

Gets the ordinal of the named field.

public virtual int GetOrdinal(
string name
);

Parameters

name
Name of the field

Return Value

Ordinal of the field

Remarks

If name of the field is null, return -1

See Also

Mapping Class | Resco.Controls.AdvancedTree Namespace