AdvantageGrid..::..GetRecordFromList<(Of <(<'T>)>)> Method
Gets the record from grid datasource based on the DataKeyNames.
Namespace:
AdvantageCMS.Web.UI.AdminAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public static T GetRecordFromList<T>( List<T> myObjectList, List<GridDataKeyValue> keyCritera )
Type Parameters
- T
Parameters
- myObjectList
- Type: List<(Of <(<'T>)>)>
My object list.
- keyCritera
- Type: List<(Of <(<'GridDataKeyValue>)>)>
The key criteria.