IDbCommand.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the transaction within which the Command
object of a .NET data provider executes.
public:
property System::Data::IDbTransaction ^ Transaction { System::Data::IDbTransaction ^ get(); void set(System::Data::IDbTransaction ^ value); };
public System.Data.IDbTransaction? Transaction { get; set; }
public System.Data.IDbTransaction Transaction { get; set; }
member this.Transaction : System.Data.IDbTransaction with get, set
Public Property Transaction As IDbTransaction
Property Value
the Command
object of a .NET Framework data provider executes. The default value is null
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.