📄️ Geography.FromWellKnownText
Translates text representing a geographic value in Well-Known Text (WKT) format into a structured record.
📄️ Geography.ToWellKnownText
Translates a structured geographic point value into its Well-Known Text (WKT) representation.
📄️ GeographyPoint.From
Creates a record representing a geographic point from parts.
📄️ Geometry.FromWellKnownText
Translates text representing a geometric value in Well-Known Text (WKT) format into a structured record.
📄️ Geometry.ToWellKnownText
Translates a structured geometric point value into its Well-Known Text (WKT) representation.
📄️ GeometryPoint.From
Creates a record representing a geometric point from parts.
📄️ Record.AddField
Adds a field to a record.
📄️ Record.Combine
Combines the records in the given list.
📄️ Record.Field
Returns the value of the specified field in a record.
📄️ Record.FieldCount
Returns the number of fields in the record.
📄️ Record.FieldNames
Returns the names of the fields.
📄️ Record.FieldOrDefault
Returns the value of the specified field in a record or the default value if the field is not found.
📄️ Record.FieldValues
Returns a list of the field values.
📄️ Record.FromList
Returns a record given a list of field values and a set of fields.
📄️ Record.FromTable
Creates a record from a table of the form \{[Name = name, Value = value]}.
📄️ Record.HasFields
Indicates whether the record has the specified fields.
📄️ Record.RemoveFields
Removes the specified field(s) from the input record.
📄️ Record.RenameFields
Applies rename(s) from a list in the form \{ old, new }.
📄️ Record.ReorderFields
Reorders the field(s) specified into the new order.
📄️ Record.SelectFields
Returns a record that contains only the specified fields.
📄️ Record.ToList
Returns a list of values containing the field values of the input record.
📄️ Record.ToTable
Returns a table with each row being a field name and value of the input record.
📄️ Record.TransformFields
Returns a record after applying specified transformations.