RelationalStorage.CreateInstance(String, String) Method
Definition
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.
Creates an instance of a database of type IRelationalStorage.
public static Orleans.SqlUtils.IRelationalStorage CreateInstance (string invariantName, string connectionString);
static member CreateInstance : string * string -> Orleans.SqlUtils.IRelationalStorage
Public Shared Function CreateInstance (invariantName As String, connectionString As String) As IRelationalStorage
Parameters
- invariantName
- String
The invariant name of the connector for this database.
- connectionString
- String
The connection string this database should use for database operations.