Database.GetDataAdapter Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets a DbDataAdapter with Standard update behavior.
Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
Syntax
'Declaration
PublicFunctionGetDataAdapterAs DbDataAdapter
public DbDataAdapter GetDataAdapter()
public:
DbDataAdapter^ GetDataAdapter()
publicfunctionGetDataAdapter() : DbDataAdapter
Return Value
See Also
Microsoft.Practices.EnterpriseLibrary.Data Namespace
System.Data.Common.DbDataAdapter
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |