示例#1
0
 public RecordManager <Tuition, TuitionKeyCollection> Tuition(BtrieveWrapper.Orm.Path path = null, string ownerName = null, BtrieveWrapper.OpenMode?openMode = null, int recycleCount = 1000, int temporaryBufferId = 0)
 {
     return((RecordManager <Tuition, TuitionKeyCollection>) this.CreateManager <Tuition, TuitionKeyCollection>(path, ownerName, openMode, recycleCount, temporaryBufferId));
 }
示例#2
0
 public RecordManager <FieldSchema, FieldSchemaKeyCollection> FieldSchema(BtrieveWrapper.Orm.Path path = null, string ownerName = null, BtrieveWrapper.OpenMode?openMode = null, int recycleCount = 1000)
 {
     return((RecordManager <FieldSchema, FieldSchemaKeyCollection>) this.CreateManager <FieldSchema, FieldSchemaKeyCollection>(path, ownerName, openMode, recycleCount));
 }