コード例 #1
0
ファイル: Command.cs プロジェクト: zs200344/Shoy.Common
 public void Clean()
 {
     ClearParameters();
     SqlText.Remove(0, SqlText.Length);
 }