Esempio n. 1
0
 public MongoPosition(MongoContainerType containerType)
 {
     ContainerType = containerType;
     HasIndex      = containerType.HasIndex();
     Position      = -1;
     PropertyName  = null;
 }
 public MongoPosition(MongoContainerType containerType)
 {
     ContainerType = containerType;
     HasIndex = containerType.HasIndex();
     Position = -1;
     PropertyName = null;
 }