DataViewSchema.GetColumnOrNull(String) Method

Definition

Get the column by name, or null if the column is not present.

public Microsoft.ML.DataViewSchema.Column? GetColumnOrNull (string name);
member this.GetColumnOrNull : string -> Nullable<Microsoft.ML.DataViewSchema.Column>
Public Function GetColumnOrNull (name As String) As Nullable(Of DataViewSchema.Column)

Parameters

name
String

Returns

Applies to