Action Property
Syntax
[DebuggerNonUserCodeAttribute()]
public DataRowAction Action { get; }
<DebuggerNonUserCodeAttribute()>
Public ReadOnly Property Action() As System.Data.DataRowAction
Get
public:
[DebuggerNonUserCodeAttribute]
property System::Data::DataRowAction^ Action
{
System::Data::DataRowAction^ get()
}
Property Value
The System.Data.DataRowAction that was performed.