Transforms the current result
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
SyntaxIEnumerable<T> Select<T>(
	Func<DataRow, T> func
)
Parameters
- func
 - Type: SystemFuncDataRow, T
Select function 
Type Parameters
- T
 
Return Value
Type: 
IEnumerableT
See Also