コード例 #1
0
 /// <summary>
 /// 解析 SQL 命令
 /// </summary>
 public List <DbRawCommand> Translate() => _provider.Translate(this._dbQueryables);