| IceNetHttpApplicationDiscardCurrentRepository Method  | 
            Discards the 
IDatabaseRepository instance that is associated
            to the current HTTP request. By accessing the 
Repository property
            after calling this method results in a new 
IDatabaseRepository instance.
            All buffered data from the existing repository is discarded, too.
            
 
Namespace: PDTec.IceNet.WebAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic void DiscardCurrentRepository()
See Also