InMemoryDataStore.GetConnectionString(String) Method
Returns a connection string that can be used to create an InMemoryDataStore instance.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A string value that specifies the name (including the path) of the XML document that includes both schema and data. |
Returns
Type | Description |
---|---|
String | A string containing the connection string to an InMemoryDataStore instance. |
Remarks
The value returned by this method can be used to initialize a Session’s connection string (for instance, via the Session.ConnectionString or XpoDefault.ConnectionString property).
If you pass a null reference via the path parameter, the GetConnectionString method will return a connection string to create an InMemoryDataStore instance that is not bound to an XML file.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GetConnectionString(String) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.