DataViewSchema.GetColumnOrNull(String) 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.
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