AdvantageLayout..::..SetData Method
Update the business entity with the values from the resultset coming from the stored procedure
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: 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