SchemaDefinition.Item[String] Property
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 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