コード例 #1
0
ファイル: Query.cs プロジェクト: wxytkzc/GitHubCode
 /// <summary>
 /// 获取Delete命令对象
 /// </summary>
 public DbCommand GetDeleteCommand()
 {
     return(QueryBuildProvider.BuildDelete(this));
 }