DataFrameColumn.GetValueGetterUsingCursor Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce ValueGetter per ogni colonna attiva in cursor
come delegato da memorizzare nella 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
Parametri
- cursor
- DataViewRowCursor
Cursore della riga con la posizione corrente
- schemaColumn
- DataViewSchema.Column
Oggetto DataViewSchema.Column per cui restituire ValueGetter.