示例#1
0
 public static void RefreshSchemaCache()
 {
     lock (schemaSyncObject)
     {
         SyncServer.schemaCache = null;
     }
 }
示例#2
0
        public static DsmlSchema GetMVSchema()
        {
            string schema = ws.GetMVData(MVData.MV_SCHEMA);

            SyncServer.ThrowExceptionOnReturnError(schema);

            return(DsmlSchema.GetMVSchema(schema));
        }