FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgISQLCommand.h File Reference

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::ISQLDataReaderExecuteReader ()
 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

Function Documentation

System::Int32 ExecuteNonQuery  ) 
 

Executes the SQL statement against the connection object and returns the number of rows affected.

Returns:
Returns the number of rows affected.

OSGeo ::FDO ::Commands ::SQL ::ISQLDataReader* ExecuteReader  ) 
 

Executes the SQL statement against the connection object and returns an ISQLDataReader.

Returns:
Returns the data reader.

__property System::Void set_SQLStatement System::String *  value  ) 
 

Sets the SQL statement to be executed as a string.

Parameters:
value Input the SQL statement.
Returns:
Returns nothing

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::SQL::ISQLCommand
 

public __gc __interface OSGeo::FDO::Commands::SQL::ISQLDataReader
 


Comments or suggestions? Send us feedback.