asp.net.ph

OleDbConnection.CreateCommand Method

System.Data.OleDb Namespace   OleDbConnection Class


Initializes and returns an OleDbCommand object associated with the OleDbConnection.

[ VB ]
Public Function CreateCommand ( ) As OleDbCommand

[ C# ]
public OleDbCommand CreateCommand ( );

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

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

Return Value

An OleDbCommand object.

See Also

OleDbConnection 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