Wednesday 6 March 2013

MS SQL ROW_NUMBER() DataType

 ROW_NUMBER()  datatype is Int64

so LINQ to DataSet we will use Of Int64

 RowNumber = o.Field(Of Int64)("RowNumber")

No comments:

Post a Comment