コード例 #1
0
        private ThickFieldIndex(StorageImpl db, Type cls, string fieldName, KeyMember mbr)
            : base(db, mbr.type)
#endif
        {
            this.mbr       = mbr;
            this.cls       = cls;
            this.fieldName = fieldName;
            type           = ClassDescriptor.convertToNotNullable(ClassDescriptor.getTypeCode(mbr.type));
        }
コード例 #2
0
 private ThickFieldIndex(StorageImpl db, Type cls, string fieldName, KeyMember mbr)
     : base(db)
コード例 #3
0
 public override void OnLoad()
 {
     mbr = lookupKey(cls, fieldName);
 }