/// <summary>
		/// Initializes a new instance of the <see cref="MsSql2008SpatialDialect"/> class.
		/// </summary>
		protected MsSql2012SpatialDialect(string sqlTypeName, string geometryColumnsViewName, IType geometryType)
			: base(sqlTypeName, geometryColumnsViewName, geometryType)
		{
			SpatialDialect.LastInstantiated = this;
			worker = new MsSql2012FunctionRegistration(this, sqlTypeName, geometryColumnsViewName, geometryType);
		}
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MsSql2008SpatialDialect"/> class.
 /// </summary>
 protected MsSql2012SpatialDialect(string sqlTypeName, string geometryColumnsViewName, IType geometryType)
     : base(sqlTypeName, geometryColumnsViewName, geometryType)
 {
     SpatialDialect.LastInstantiated = this;
     worker = new MsSql2012FunctionRegistration(this, sqlTypeName, geometryColumnsViewName, geometryType);
 }