GeoEco.Datasets.Table.GetFieldByName

Table.GetFieldByName(name)

Returns the Field for the specified field name, or None if no field exists with that name.

Parameters:

name (str) – Name of the field. Minimum length꞉ 1.

Returns:

Field for name, or None if no field exists with that name.

Return type:

Field