Back to Devexpress

XPObjectSpaceProviderOptions.ConnectionString Property

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-xpobjectspaceprovideroptions-cdd622d8.md

latest1.8 KB
Original Source

XPObjectSpaceProviderOptions.ConnectionString Property

Specifies the connection string used by the Object Space Provider’s data store.

Namespace : DevExpress.ExpressApp.ApplicationBuilder

Assembly : DevExpress.ExpressApp.Xpo.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Xpo

Declaration

csharp
public string ConnectionString { get; set; }
vb
Public Property ConnectionString As String

Property Value

TypeDescription
String

A connection string used by the Object Space Provider’s data layer.

|

Remarks

This option has no effect if you specify the UseCustomDataStoreProvider(IXpoDataStoreProvider) option and use a custom data store provider.

See Also

XPObjectSpaceProviderOptions Class

XPObjectSpaceProviderOptions Members

DevExpress.ExpressApp.ApplicationBuilder Namespace