AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

MicrosoftSqlProviderFactory..::..CreateDataAdapter Method

Creates a DbDataAdapter wrapping the given command.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public DbDataAdapter CreateDataAdapter(
	DbCommand command
)

Parameters

command
Type: DbCommand