protected DBMeta FindDBMeta(Object row)
 {
     return(InternalRowCreator.FindCachedDBMeta(row));
 }
 protected DBMeta FindDBMeta(Type rowType, String tableName)
 {
     return(InternalRowCreator.FindCachedDBMeta(rowType, tableName));
 }