Esempio n. 1
0
 private static string GetRemoteId(Sybase.Persistence.ConnectionWrapper conn)
 {
     if (_remoteId != null)
     {
         return _remoteId;
     }
     iAnywhere.Data.UltraLite.ULConnection ulConn = (iAnywhere.Data.UltraLite.ULConnection)conn.GetConnection();
     _remoteId = ulConn.Schema.GetDatabaseProperty("ml_remote_id");
     return _remoteId;
 }