SqlCommand.System.Data.IDbCommand.Transaction Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Private Property Transaction As IDbTransaction Implements _ IDbCommand.Transaction [C#] IDbTransaction IDbCommand.Transaction {get; set;} [C++] private: __property IDbTransaction* System::Data::IDbCommand::get_Transaction(); private: __property void System::Data::IDbCommand::set_Transaction(IDbTransaction*); [JScript] private function get IDbCommand.Transaction() : IDbTransaction;private function set IDbCommand.Transaction(IDbTransaction);
See Also
SqlCommand Class | SqlCommand Members | System.Data.SqlClient Namespace