System::Data::Common::DbCommand::set_Connection method

DbCommand::set_Connection method

Gets database connecton associated with command.

virtual void System::Data::Common::DbCommand::set_Connection(SharedPtr<System::Data::Common::DbConnection> value)
ParameterTypeDescription
valueSharedPtr<System::Data::Common::DbConnection>Database connection.

See Also