Count Attribute Of DataTable Rows in VB.NET 2003
Where dt is a DataTable
If dt.Rows.Count = 0 Then
result = "dafdadf"
End If
Source: http://www.msde.biz/vbnetfaq.htm
If dt.Rows.Count = 0 Then
result = "dafdadf"
End If
Source: http://www.msde.biz/vbnetfaq.htm

0 Comments:
Post a Comment
<< Home