コード例 #1
0
        public AbstractFilesQuery(InMemoryFilesSessionOperations theSession, IAsyncFilesCommands commands)
        {
            this.conventions      = theSession == null ? new FilesConvention() : theSession.Conventions;
            this.linqPathProvider = new LinqPathProvider(conventions);

            this.Session  = theSession;
            this.Commands = commands;
        }
コード例 #2
0
ファイル: FilesStore.cs プロジェクト: lahma/ravendb
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }
コード例 #3
0
 public AsyncFilesQuery(InMemoryFilesSessionOperations theSession, IAsyncFilesCommands commands) : base(theSession, commands)
 {
 }
コード例 #4
0
ファイル: FilesStore.cs プロジェクト: kijanawoodard/ravendb
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }