Ejemplo n.º 1
0
 public org.openrdf.repository.RepositoryConnection getConnection()
 {
     if (this._connection == null)
     {
         this._connection = new DotNetRdfGenericRepositoryConnection(this, this._manager, this._factory);
     }
     return(this._connection);
 }
 public org.openrdf.repository.RepositoryConnection getConnection()
 {
     if (this._connection == null) this._connection = new DotNetRdfGenericRepositoryConnection(this, this._manager, this._factory);
     return this._connection;
 }