FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgISQLCommand.h:
Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::SQL |
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::Void | set_SQLStatement (System::String *value) |
Sets the SQL statement to be executed as a string. | |
Variables | |
public __gc __interface | ISQLCommand |
public __gc __interface | ISQLDataReader |
|
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.
|
|
Sets the SQL statement to be executed as a string.
|
|
|
|
|
Comments or suggestions? Send us feedback. |