gda-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
A object which represents a row.
To be addedGLib.OpaqueGLib.IWrapperMethodSystem.Void
Deallocates all memory associated to the Gda.Row.
To be addedMethodGda.Value
Returns a stored in the Gda.Row.
a the field index.
a To be addedConstructorTo be added
a a To be addedConstructor
Creates a new Gda.Row, which can hold count .
a this row belongs to.
a of in the new Gda.Row.
a To be addedConstructor
Creates a new Gda.Row from a list of
's
a
a a To be addedPropertyGda.DataModel
Gets the which Gda.Row belongs to.
a To be addedPropertySystem.Int32
Gets the number of the Gda.Row, that is, its position in its containing data model.
Sets the row number for the Gda.Row.
a To be addedPropertySystem.Int32
Gets the number of columns that Gda.Row has.
a To be addedPropertySystem.String
Gets the unique identifier for this row.
Sets the identifier for this row. Usually, this is called by providers.
a
This identifier is assigned by the different providers, to uniquely identify rows returned to clients. If there is no ID, this means that the row has not been created by a provider, or that it the provider cannot identify it (ie, modifications to it won't take place into the database).