/// <summary> /// 获取Insert命令对象 /// </summary> public DbCommand GetInsertCommand() { return(QueryBuildProvider.BuildInsert(this)); }