RowUpdatingEventArgs.BaseCommand 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 IDbCommand object for an instance of this class.
protected:
virtual property System::Data::IDbCommand ^ BaseCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
protected virtual System.Data.IDbCommand? BaseCommand { get; set; }
protected virtual System.Data.IDbCommand BaseCommand { get; set; }
member this.BaseCommand : System.Data.IDbCommand with get, set
Protected Overridable Property BaseCommand As IDbCommand
Property Value
The IDbCommand to execute during the Update(DataSet).
Remarks
This method allows implementations to perform type checking for the IDbCommand object assignment. Only valid IDbCommand objects, for example a SqlCommand object, should be permitted.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา