ColumnCursorExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>. |