ColumnCursorExtensions Class

Definition

Extension methods that allow to extract values of a single column of an IDataView as an IEnumerable<T>.

public static class ColumnCursorExtensions
type ColumnCursorExtensions = class
Public Module ColumnCursorExtensions
Inheritance
ColumnCursorExtensions

Methods

GetColumn<T>(IDataView, DataViewSchema+Column)

Extract all values of one column of the data view in a form of an IEnumerable<T>.

GetColumn<T>(IDataView, String)

Extract all values of one column of the data view in a form of an IEnumerable<T>.

Applies to