When opening an MsSQLFeatureLayer we are wanting to test the table to verify that all geometries are in the same SRID and if not open multiple layers one for each SRID. We tried setting the WhereClause = "Where SHAPE.STSrid = 26915", but it looks like MapSute does not like that as it gave an error that STSRID is unknown. Short of requiring that every row in the table has an SRID column or creating a view that includes SHAPE.STSrid as SRID as a column, is there any way to accomplish this?
Thanks,