This page describes how to setup provider to use SQL Views in MapGuide, Autodesk MAP.
King.MsSqlSpatial is using additional table in database to describe SQL Views.
Each row in this table represents one FDO Class based on one SQL View.
Name of table is defined in "KingFdoClass" connection property.
You can create table and add rows with sql or you can use Fdo2Fdo.
With Fdo2Fdo you can create an "KingFdoClass" Table and you can add FDO Class based on SQL View.
For purpose of this example I will assume that in SQL Database there is a table with geometry call Redding_Parcels and there is also Redding_View - SQL View based on Redding_Parcels geometry table.
Note:
King.MsSqlSpatial will query against SQL View and spatial filter will be run against geometry table.
In order to work you need to include Geometry Column and identity column of geometry table into SQL View.