| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::SQL::ISQLCommandImp:

()
Definition at line 36 of file mgISQLCommandImp.h.
Public Member Functions | |
| System::Int32 | ExecuteNonQuery () |
| Executes the SQL statement against the connection object and returns the number of rows affected. | |
| OSGeo::FDO::Commands::SQL::ISQLDataReader * | ExecuteReader () |
| Executes the SQL statement against the connection object and returns an ISQLDataReader. | |
| __property System::String * | get_SQLStatement () |
| Gets the SQL statement to be executed as a string. | |
| __property System::Void | set_SQLStatement (System::String *value) |
| Sets the SQL statement to be executed as a string. | |
| Comments or suggestions? Send us feedback. |