Skip to main content
A newer version of this page is available. .

DataStoreBase.Factories Property

Returns registered provider factories.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public static ProviderFactory[] Factories { get; }

Property Value

Type Description
DevExpress.Xpo.DB.ProviderFactory[]

An array of provider factories that are registered for the current data store.

See Also