Example #1
0
 public TableInfo GetTableInfo(Type pocoType)
 {
     return(standardMapper.GetTableInfo(pocoType));
 }