AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SitePage..::..SetData Method

Update the business entity with the values from the resultset coming from the stored procedure

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

Syntax


public void SetData(
	string commandName,
	IListSource resultSets
)

Parameters

commandName
Type: String
Stored procedure name to that will return the result set
resultSets
Type: IListSource
result set returned by the stored procedure