Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RowUpdatedEventArgs.Status Property

Definition

Namespace:
System.Data.Common
Assemblies:
netstandard.dll, System.Data.Common.dll
Assembly:
System.Data.Common.dll
Assembly:
System.Data.dll
Assembly:
netstandard.dll
Source:
RowUpdatedEventArgs.cs
Source:
RowUpdatedEventArgs.cs
Source:
RowUpdatedEventArgs.cs
Source:
RowUpdatedEventArgs.cs
Source:
RowUpdatedEventArgs.cs

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 the UpdateStatus of the Command property.

public:
 property System::Data::UpdateStatus Status { System::Data::UpdateStatus get(); void set(System::Data::UpdateStatus value); };
public System.Data.UpdateStatus Status { get; set; }
member this.Status : System.Data.UpdateStatus with get, set
Public Property Status As UpdateStatus

Property Value

One of the UpdateStatus values. The default is Continue.

Applies to

See also


Feedback

Was this page helpful?