gda-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
Filtering data from .
To be addedGda.DataModelArrayGLib.IWrapperSystem.IDisposableMethodSystem.VoidTo be addedTo be addedMethodSystem.Void
Adds a data model as a source of data for the Gda.Select object.
a
a
When the select object is run via , it will parse the SQL and get the required data from the source data models.
MethodSystem.Boolean
Runs the query and fills in the Gda.Select object with the rows that matched the SQL command (which can be set with ) associated with this Gda.Select object.
a
After calling this function, if everything is successful, the Gda.Select object will contain the matched rows, which can then be accessed like a normal .
ConstructorTo be added
a a To be addedConstructor
Creates a new Gda.Select object, which allows programs to filter 's based on a given SQL SELECT command.
a
A GdaSelect is just another GdaDataModel-based class, so it can be used in the same way any other data model class is.
PropertySystem.StringSets the SQL command to be used on the given Gda.Select object for filtering rows from the source data model.a To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.