예제 #1
0
 internal void EnsurePrimitiveSchemaIsLoaded(double forSchemaVersion)
 {
     if (_primitiveSchema == null)
     {
         effectiveSchemaVersion = forSchemaVersion;
         _primitiveSchema       = new PrimitiveSchema(this);
     }
 }
예제 #2
0
 internal void EnsurePrimitiveSchemaIsLoaded(double forSchemaVersion)
 {
     if (_primitiveSchema == null)
     {
         effectiveSchemaVersion = forSchemaVersion;
         _primitiveSchema = new PrimitiveSchema(this);
     }
 }