AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Language..::..SetData Method

Updates this entity with values from the result set returned by the specified stored procedure.

Namespace:  AdvantageCMS.Core.Common.BusinessEntity
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public void SetData(
	string commandName,
	IListSource resultSets
)

Parameters

commandName
Type: String
The stored procedure name that returned the result set.
resultSets
Type: IListSource
The result sets returned by the stored procedure.