FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::SQL::ISQLCommandImp:
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. |
|
Executes the SQL statement against the connection object and returns the number of rows affected.
|
|
Executes the SQL statement against the connection object and returns an ISQLDataReader.
|
|
Gets the SQL statement to be executed as a string.
|
|
Sets the SQL statement to be executed as a string.
|
Comments or suggestions? Send us feedback. |