Transforms the current result
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax IEnumerable<T> Select<T>(
Func<DataRow, T> func
)
Parameters
- func
- Type: SystemFuncDataRow, T
Select function
Type Parameters
- T
Return Value
Type:
IEnumerableTSee Also