Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
LINQ & UltraGridRow
posted

Can some body review this LINQ and let me know how I can get this result done,

 

Dim lnqVendors = From Rows As UltraGridRow In Me.grdiList.Rows _

Distinct _

Where Rows.Cells("CheckCol").Value = True _

Select Rows.Cells("PayeeFK").Value, Rows.Cells("PaymentDate").Value, Rows.Cells("PayeeAddressesFK").Value

Parents
No Data
Reply Children