コード例 #1
0
ファイル: Extentions.cs プロジェクト: tosha1983/atdi.ua
 public static void AddNew(this IMRecordset recordset, string tableNmae, string fieldName)
 {
     recordset.AddNew();
     recordset.PutNextId(tableNmae, fieldName);
 }