IDataAccessable..::..SetData Method
Update the business entity with the values from the resultset coming from the stored procedure
Namespace:
AdvantageCMS.Data.InterfacesAssembly: 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