DataFrameColumn.AddValueUsingCursor(DataViewRowCursor, Delegate) Method
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.
Appends a value to this DataFrameColumn using cursor
protected internal virtual void AddValueUsingCursor (Microsoft.ML.DataViewRowCursor cursor, Delegate ValueGetter);
abstract member AddValueUsingCursor : Microsoft.ML.DataViewRowCursor * Delegate -> unit
override this.AddValueUsingCursor : Microsoft.ML.DataViewRowCursor * Delegate -> unit
Protected Friend Overridable Sub AddValueUsingCursor (cursor As DataViewRowCursor, ValueGetter As Delegate)
Parameters
- cursor
- DataViewRowCursor
The row cursor which has the current position
- ValueGetter
- Delegate
The cached ValueGetter for this column.