Share via


SchemaDefinition.Item[String] Property

Definition

Get or set the column definition by column name. If there's no such column:

  • get returns null,
  • set adds a new column. If there's more than one column with the same name:
  • get returns the first column,
  • set replaces the first column.
public Microsoft.ML.Data.SchemaDefinition.Column this[string columnName] { get; set; }
member this.Item(string) : Microsoft.ML.Data.SchemaDefinition.Column with get, set
Default Public Property Item(columnName As String) As SchemaDefinition.Column

Parameters

columnName
String

Property Value

Applies to