AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ISqlProviderFactory..::..DeriveParameters Method

Derives the parameter metadata for a stored-procedure command (delegates to the provider's SqlCommandBuilder.DeriveParameters).

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

Syntax


void DeriveParameters(
	DbCommand command
)

Parameters

command
Type: DbCommand