DataFrameColumn.GetValueGetterUsingCursor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’objet ValueGetter pour chaque colonne active en cursor tant que délégué à mettre en 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
Paramètres
- cursor
- DataViewRowCursor
Curseur de ligne qui a la position actuelle
- schemaColumn
- DataViewSchema.Column
DataViewSchema.Column Pour renvoyer ValueGetter.