コード例 #1
0
ファイル: MyRule.cs プロジェクト: chuxuantinh/CHBK2014-N9
 public static string Delete(SqlConnection myConnection)
 {
     return(MyRule.Delete(myConnection, MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
コード例 #2
0
ファイル: MyRule.cs プロジェクト: chuxuantinh/CHBK2014-N9
 public static string Delete(SqlTransaction myTransaction)
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
コード例 #3
0
ファイル: MyRule.cs プロジェクト: chuxuantinh/CHBK2014-N9
 public static string Delete()
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }