DataFrameColumn.GetValueGetterUsingCursor Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o ValueGetter para cada coluna ativa como um delegado a ser armazenado em cursor
cache.
protected internal virtual Delegate GetValueGetterUsingCursor(Microsoft.ML.DataViewRowCursor cursor, Microsoft.ML.DataViewSchema.Column schemaColumn);
abstract member GetValueGetterUsingCursor : Microsoft.ML.DataViewRowCursor * Microsoft.ML.DataViewSchema.Column -> Delegate
override this.GetValueGetterUsingCursor : Microsoft.ML.DataViewRowCursor * Microsoft.ML.DataViewSchema.Column -> Delegate
Protected Friend Overridable Function GetValueGetterUsingCursor (cursor As DataViewRowCursor, schemaColumn As DataViewSchema.Column) As Delegate
Parâmetros
- cursor
- DataViewRowCursor
O cursor de linha que tem a posição atual
- schemaColumn
- DataViewSchema.Column
Para DataViewSchema.Column o qual retornar o ValueGetter.