AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IDataAccessable..::..SetData Method

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

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

Syntax


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