Columns Property
Gets or sets the columns by name 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 Columns As String()
Get
Set
'Usage
Dim instance As ResultSetView
Dim value As String()
value = instance.Columns
instance.Columns = value
public string[] Columns { get; set; }
public:
property array<String^>^ Columns {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Columns : string[] with get, set
function get Columns () : String[]
function set Columns (value : String[])
Property Value
Type: array<System. . :: . .String> [] () [] []