ResultSetView.Ordinals Property

Gets or sets the columns by ordinal position in a SqlCeResultSet which will be bound to a given control.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Property Ordinals As Integer()
    Get
    Set
'Usage
Dim instance As ResultSetView
Dim value As Integer()

value = instance.Ordinals

instance.Ordinals = value
public int[] Ordinals { get; set; }
public:
property array<int>^ Ordinals {
    array<int>^ get ();
    void set (array<int>^ value);
}
member Ordinals : int[] with get, set
function get Ordinals () : int[]
function set Ordinals (value : int[])

Property Value

Type: array<System.Int32[]

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace