/// <summary> /// Construct the layer. Should typically be called only by the appropriate /// ConnectionDescriptor. /// </summary> /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param> public SQLServerDaLayer(SQLServerDescriptor connDesc) : base(connDesc, true) { }