Ejemplo n.º 1
0
 protected internal abstract QueryOptions GetTyped(QueryOptions options, out bool needClone);
Ejemplo n.º 2
0
 protected internal abstract TransactionContext GetTransactionContext(DbTransaction transaction,
                                                                      QueryOptions queryOptions, BulkOptions bulkOptions, ReadOptions readOptions);
Ejemplo n.º 3
0
 protected internal abstract ConnectionStringContext GetConnectionStringContext(string connectionString,
                                                                                QueryOptions queryOptions, BulkOptions bulkOptions, ReadOptions readOptions);
Ejemplo n.º 4
0
 protected internal abstract ConnectionContext GetConnectionContext(DbConnection connection,
                                                                    QueryOptions queryOptions, BulkOptions bulkOptions, ReadOptions readOptions);
Ejemplo n.º 5
0
 protected internal ScopedContext(ContextProvider contextProvider,
                                  QueryOptions queryOptions, BulkOptions bulkOptions, ReadOptions readOptions)
     : base(contextProvider, queryOptions, bulkOptions, readOptions)
 {
 }