DataFrameColumn.GetValueGetterUsingCursor Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
içinde her etkin sütun cursor için Önbelleğe alınabilecek bir temsilci olarak ValueGetter döndürür.
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
Parametreler
- cursor
- DataViewRowCursor
Geçerli konuma sahip satır imleci
- schemaColumn
- DataViewSchema.Column
DataViewSchema.Column için ValueGetter döndürülecek.