Click or drag to resize
DataAccessAdapterCoreCreateNewPhysicalDataAdapter Method
Creates a new .NET DataAdapter for the database system this DataAccessAdapter object is targeting.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual DbDataAdapter CreateNewPhysicalDataAdapter()

Return Value

Type: DbDataAdapter
New .NET DataAdapter object
See Also