Click or drag to resize
AbstractDataConnectionProcessOutParameters Method
Ensures propagation of output (or inputoutput) parameters after the SQL command execution to the query parameters collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual void ProcessOutParameters(
	DbParameterCollection commandParams,
	IEnumerable<DataParameter> queryParams
)

Parameters

commandParams
Type: System.Data.CommonDbParameterCollection
SQL command parameters
queryParams
Type: System.Collections.GenericIEnumerableDataParameter
Query parameters
Remarks
See Also