Orleans.SqlUtils Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AdoNetInvariants |
A holder for well known, vendor specific connector class invariant names. |
DbExtensions |
Contains some convenience methods to use in conjunction with IRelationalStorage and GenericRelationalStorage. |
OrleansRelationalDownloadStream |
This is a chunked read implementation for ADO.NET providers which do not otherwise implement GetStream(Int32) natively. |
RelationalStorage |
A general purpose class to work with a given relational database and ADO.NET provider. |
RelationalStorageExtensions |
Convenienience functions to work with objects of type IRelationalStorage. |
SqlFormatProvider |
Formats .NET types appropriately for database consumption in non-parameterized queries. |
Interfaces
IRelationalStorage |
A common interface for all relational databases. |