Lambda VB.Net Max
02-Feb-1010 Leave a comment
‘Lambda
Dim dList As IList(Of Decision) = CType(DecisionBindingSource.DataSource, IList(Of Decision))
dNew.ID = dList.Max(Function(d) d.ID) + 1
dNew.ID = dList.Max(Function(d) d.ID) + 1
IT and business subjects
02-Feb-1010 Leave a comment
Filed under VB.Net