Пример #1
0
 /// <summary>
 /// Sets the data provider and data store of the adapter.
 /// </summary>
 /// <param name="provider">The data provider of adapter.</param>
 /// <param name="store">The data store to tie the adapter to, or [null] to automatically select store.</param>
 public Db4oDataCounter(Db4oDataProvider provider, Db4oDataStore store)
 {
     Initialize(provider, store);
 }
Пример #2
0
 /// <summary>
 /// Sets the data provider and data store of the adapter.
 /// </summary>
 /// <param name="provider">The data provider of adapter.</param>
 /// <param name="store">The data store to tie the adapter to, or [null] to automatically select store.</param>
 public Db4oDataActivator(Db4oDataProvider provider, Db4oDataStore store)
 {
     Initialize(provider, store);
 }
Пример #3
0
 /// <summary>
 /// Sets the data provider and data store of the adapter.
 /// </summary>
 /// <param name="provider">The data provider of adapter.</param>
 /// <param name="store">The data store to tie the adapter to, or [null] to automatically select store.</param>
 public Db4oDataSchema(Db4oDataProvider provider, Db4oDataStore store)
 {
     Initialize(provider, store);
 }
Пример #4
0
 /// <summary>
 /// Sets the data provider and data store of the adapter.
 /// </summary>
 /// <param name="provider">The data provider of adapter.</param>
 /// <param name="store">The data store to tie the adapter to, or [null] to automatically select store.</param>
 public Db4oDataReferencer(Db4oDataProvider provider, Db4oDataStore store)
 {
     Initialize(provider, store);
 }