有一個代碼片段:如何訂購名稱從ASC拼音與vb.net
Dim lres As New List(Of DataAttribute)
If irequest.Param("letter").Value IsNot Nothing Then
Dim letter As String = "A"
If irequest.Param.Contains("letter") Then
Integer.TryParse(irequest.Param("letter").Value, letter)
End If
Dim ltable = DataProvider.GetDataTable(Nothing, lres, "USERS", "ORDER BY `Lastname` ASC LIMIT " & letter)
但這裏struggeling:Lastname` ASC LIMIT「&信)
想要得到的數據開始按字母菜單中選擇了或什麼的。
如何編寫正確的限制信??