SqlTriggerContext::IsUpdatedColumn Method (Int32)
.NET Framework (current version)
Returns true if a column was affected by an INSERT or UPDATE statement.
Assembly: System.Data (in System.Data.dll)
Parameters
- columnOrdinal
-
Type:
System::Int32
The zero-based ordinal of the column.
| Exception | Condition |
|---|---|
| InvalidOperationException | Called in the context of a trigger where the value of the TriggerAction property is not Insert or Update. |
.NET Framework
Available since 2.0
Available since 2.0
Show: