AxpDataGrid

AxpDataGrid.CountSQL Property

Custom SQL SELECT query for counting records in the datasource.

[Visual Basic]
Public Property CountSQL As String
[C#]
public string CountSQL {get; set;}

Property Value

Custom SQL SELECT query for counting records in the datasource.

Remarks

If the grid's automatic internal record count query fails, or if you prefer a manually entered record count query, specify a complete SELECT COUNT(*) FROM ... etc. here

See Also

AxpDataGrid Class | Axezz.WebControls Namespace