Share via


DataFrameColumn.AddValueUsingCursor(DataViewRowCursor, Delegate) Method

Definition

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.

Applies to