gda-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
The Gda.Command structure holds data needed to issue a command to the providers.
One interesting thing about Gda.Command's is that they can be reused over and over. That is, applications don't need to create a command every time they want to run something on the connected database. Moreover, the ability to create command strings with placeholders allows the use of parameters to specify the values for those placeholders.
System.ValueTypeMethodSystem.Void
Frees the resources allocated by Gda.Command's constructor.
To be addedPropertyGda.CommandType
Gets the of command.
Sets the of command.
a To be addedPropertyGda.CommandOptions
Gets the of cmd.
Sets the of cmd.
a To be addedPropertySystem.String
Gets the command text.
Sets the command text.
a To be addedPropertyGda.Transaction
Gets the associated with the Command.
Sets the associated with the Command.
a To be addedConstructorTo be added
a a To be addedConstructor
Creates a new Gda.Command from the parameters.
a
a
a a To be added