Exemplo n.º 1
0
 /// <summary>
 /// Get ID of record
 /// </summary>
 /// <returns>ID</returns>
 public int Get_ID()
 {
     if (_document != null)
     {
         return(_document.Get_ID());
     }
     throw new Exception(EXCEPTION_MSG);
 }