Back to Devexpress

XpoDefault.GetDataLayer Method

xpo-devexpress-dot-xpo-dot-xpodefault-dot-getdatalayer.md

latest2.7 KB
Original Source

XpoDefault.GetDataLayer Method

NameParametersDescription
GetDataLayer(AutoCreateOption) staticdefaultAutoCreateOptionCreates a data layer for the default connection string and default metadata information.
GetDataLayer(XPDictionary, AutoCreateOption) staticdictionary, defaultAutoCreateOptionCreates a data layer for the default connection string and specified metadata information.
GetDataLayer(IDbConnection, AutoCreateOption) staticconnection, autoCreateOptionCreates a data layer for the specified connection and the default metadata.
GetDataLayer(IDbConnection, XPDictionary, AutoCreateOption, out IDisposable[]) staticconnection, dictionary, autoCreateOption, objectsToDisposeOnDisconnectCreates a data layer for the specified connection and metadata information and returns objects that need to be disposed of when a connection to a data store is closed.
GetDataLayer(IDbConnection, XPDictionary, AutoCreateOption) staticconnection, dictionary, autoCreateOptionCreates a data layer for the specified connection and metadata information.
GetDataLayer(String, AutoCreateOption) staticconnectionString, defaultAutoCreateOptionCreates a data access layer.
GetDataLayer(String, XPDictionary, AutoCreateOption, out IDisposable[]) staticconnectionString, dictionary, defaultAutoCreateOption, objectsToDisposeOnDisconnectCreates a data access layer.
GetDataLayer(String, XPDictionary, AutoCreateOption) staticconnectionString, dictionary, defaultAutoCreateOptionCreates a data access layer.