Skip to main content
A newer version of this page is available. .

PivotGridExtension.BindToLINQ(Type, String) Method

Binds the PivotGrid to a queryable source in database server mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public PivotGridExtension BindToLINQ(
    Type contextType,
    string tableName
)

Parameters

Name Type Description
contextType Type

A Type specifying the DataContext type.

tableName String

A string specifying the table name.

Returns

Type Description
PivotGridExtension

A PivotGridExtension object specifying the PivotGrid extension.

See Also