AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ISqlProviderFactory..::..ApplyUpdateCommand Method

Calls builder.GetUpdateCommand() and assigns it to the adapter's UpdateCommand property. Required because UpdateCommand is not exposed on the DbDataAdapter base class.

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

Syntax


void ApplyUpdateCommand(
	DbDataAdapter adapter,
	DbCommandBuilder builder
)

Parameters

adapter
Type: DbDataAdapter
builder
Type: DbCommandBuilder