Quantcast
Channel: NetSqlAzMan - .NET SQL Authorization Manager
Viewing all articles
Browse latest Browse all 163

New Post: export

$
0
0

StringBuilder sb =newStringBuilder();

XmlWriter xWrt =XmlWriter.Create(sb,

newXmlWriterSettings { ConformanceLevel =ConformanceLevel.Fragment });

StringBuilder sb =newStringBuilder();

XmlWriter xWrt =XmlWriter.Create(sb,
newXmlWriterSettings { ConformanceLevel =ConformanceLevel.Fragment });
// myAzManStoreRef is an reference to an Azman store usingdbContext.GetStore(storeName);
// and dbcontext is an open IAzManStorage dbContext

storeContext.myAzManStoreRef.Export(xWrt,

true,true,true, dbContext);
Also, can you provided some advice about concurrancy using myAzManStoreRef.Applications[AppName]
is this object capable of handling multiple concurrent requests, either read or update, and is there a different guidance for read versus update?


Viewing all articles
Browse latest Browse all 163

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>