Click or drag to resize
GridLinqDataSource Constructor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public GridLinqDataSource(
	string contextTypeName,
	string tableName,
	string select,
	int startRowIndex,
	int maximumRows,
	string sortExpression,
	string filterExpression
)

Parameters

contextTypeName
Type: SystemString
tableName
Type: SystemString
select
Type: SystemString
startRowIndex
Type: SystemInt32
maximumRows
Type: SystemInt32
sortExpression
Type: SystemString
filterExpression
Type: SystemString
See Also