InMemoryDataStore.GetConnectionStringInMemory(Boolean) Method
In This Article
Returns a connection string that can be used to create an InMemoryDataStore instance that is not bound to an XML file.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
case |
Boolean | true if string comparisons during expression evaluations or sorting are case-sensitive; otherwise, false. |
#Returns
Type | Description |
---|---|
String | A string containing the connection string to an In |
#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).
See Also