Beispiel #1
0
        public DataTable GetDbSchemaTable(FbDbSchemaType schema, object[] restrictions)
        {
            if (this.state == ConnectionState.Closed)
            {
                throw new InvalidOperationException("The conneciton is closed.");
            }

            return(innerConnection.GetSchema(schema.ToString(), restrictions));
        }
		public DataTable GetDbSchemaTable(FbDbSchemaType schema, object[] restrictions)
		{
			if (this.state == ConnectionState.Closed)
			{
				throw new InvalidOperationException("The conneciton is closed.");
			}

			return innerConnection.GetSchema(schema.ToString(), restrictions);
		}