public LinqUpdateProcessor(IUpdateableGenericIOManager manager) : this(new GenericUpdateProcessor(manager)) { }
/// <summary> /// Creates a new LINQ Triple Store that operates over a <see cref="IUpdateableGenericIOManager">IUpdateableGenericIOManager</see> /// </summary> /// <param name="manager">Manager</param> public LinqTripleStore(IUpdateableGenericIOManager manager) : this(new LinqQueryProcessor(manager), new LinqUpdateProcessor(manager), LinqQueryMethod.GenericSparql) { }