asp.net.ph

IDbConnection.CreateCommand Method

System.Data Namespace   IDbConnection Class


Initializes and returns a command object associated with the connection.

[ VB ]
Public Function CreateCommand ( ) As SqlCommand

[ C# ]
public SqlCommand CreateCommand ( );

[ C++ ]
public: SqlCommand* CreateCommand ( );

[ C++ ]
public function CreateCommand ( ) : SqlCommand;

Return Value

A commmand object associated with the IDbConnection.

See Also

IDbConnection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph