Click or drag to resize

IReadableColumn Methods

The IReadableColumn type exposes the following members.

Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodStatic memberGetRootDataColumn Traverses the given (probably transformed) column recursively down to the bottom to retrieve the underlying root DataColumn, if present.
Public methodIsElementEmpty Returns true, if the value at index i of the column is null or invalid or in another state comparable to null or empty
Top
Extension Methods
 NameDescription
Public Extension MethodGetUnderlyingDataColumnOrDefault Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions)
Top
See Also