DatabaseQueryDataSourceBuilder.SridField

DatabaseQueryDataSourceBuilder.SridField method

Configuring the name of the query field that will contain the spatial reference system identifier (srid).

public DatabaseQueryDataSourceBuilder SridField(string name)
ParameterTypeDescription
nameStringName of the query field containing the spatial reference system identifier.

Return Value

DatabaseQueryDataSourceBuilder

Remarks

If this field is configured, srid from Extended WKB will not be considered.

See Also