Click or drag to resize

DataColumnCollectionItem Property

Overload List
 NameDescription
Public propertyItemInt32 Returns the column at index
C#
idx
. Sets the column at index
C#
idx
by copying data from the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
Public propertyItemString Returns the column with name
C#
. Sets the column with name
C#
by copying data from the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
Top
See Also