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;
A commmand object associated with the IDbConnection.
IDbConnection Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note