Beispiel #1
0
 static rrUser()
 {
     RecordMapper.Register(typeof(rrUser), typeof(SqlField));
 }
Beispiel #2
0
 static rrImage()
 {
     RecordMapper.Register(typeof(rrImage), typeof(SqlField));
 }
Beispiel #3
0
 static rrNews()
 {
     RecordMapper.Register(typeof(rrNews), typeof(SqlField));
 }
Beispiel #4
0
 static rrForumThread()
 {
     RecordMapper.Register(typeof(rrForumThread), typeof(SqlField));
 }
Beispiel #5
0
 static rrPhotoAlbum()
 {
     RecordMapper.Register(typeof(rrPhotoAlbum), typeof(SqlField));
 }