SqlTriggerContext::ColumnCount Property
.NET Framework (current version)
Gets the number of columns contained by the data table bound to the trigger. This property is read-only.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The number of columns contained by the data table bound to the trigger, as an integer.
ColumnCount property is useful to determine the maximum ordinal that IsUpdatedColumn allows for a given trigger invocation.
.NET Framework
Available since 2.0
Available since 2.0
Show: