Esempio n. 1
0
 internal void EnsurePrimitiveSchemaIsLoaded(double forSchemaVersion)
 {
     if (_primitiveSchema == null)
     {
         this.effectiveSchemaVersion = forSchemaVersion;
         _primitiveSchema            = new PrimitiveSchema(this);
     }
 }
 internal void EnsurePrimitiveSchemaIsLoaded(double forSchemaVersion)
 {
     if (_primitiveSchema == null)
     {
         this.effectiveSchemaVersion = forSchemaVersion;
         _primitiveSchema = new PrimitiveSchema(this);
     }
 }