コード例 #1
0
 protected DBMeta FindDBMeta(Object row)
 {
     return(InternalRowCreator.FindCachedDBMeta(row));
 }
コード例 #2
0
 protected DBMeta FindDBMeta(Type rowType, String tableName)
 {
     return(InternalRowCreator.FindCachedDBMeta(rowType, tableName));
 }