DataViewRow.IsColumnActive(DataViewSchema+Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the given column is active in this row.
public abstract bool IsColumnActive (Microsoft.ML.DataViewSchema.Column column);
abstract member IsColumnActive : Microsoft.ML.DataViewSchema.Column -> bool
Public MustOverride Function IsColumnActive (column As DataViewSchema.Column) As Boolean
Parameters
- column
- DataViewSchema.Column