gda-sharp2.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
An implementation of based on a hash table.
Unlike , this data model implementation stores the in a hash table. So it only retrieves from the database backend exactly the requested rows (while in you have to retrieve all the rows until the one requested).
Gda.DataModelMethodGda.Value
Retrieves the value at a specified column and row.
a
a
a a To be addedMethodGda.Row
Retrieves a row from the underlying hash table.
a
a a or null if the requested row is not in the hash table.To be addedMethodSystem.Void
Frees all the rows inserted in the model.
To be addedMethodSystem.Void
Inserts a row in the model.
a the number of the row.
a to insert.
To be addedConstructorTo be added
a To be addedConstructor
Creates a new DataModelHash with cols columns.
a number of columns for rows in this data model.
To be addedPropertySystem.Int32
Sets the number of columns for rows inserted in this model.
a must be greater than or equal to 0
This property calls to free the existing rows if any.
PropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete(Message=null, IsError=False)