コード例 #1
0
 public bool InsertWithProc(T entity)
 {
     return(bilder.QueryInserter(entity));
 }
コード例 #2
0
 public static bool Insert <T>(this T expression, T entity)
 {
     return(QueryBilder.QueryInserter(entity));
 }