Skip to main content

PivotGridExtension.BindToLINQ Method

Name Parameters Description
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) contextTypeName, tableName, selectingMethod, exceptionThrownMethod Binds the PivotGrid to a queryable source in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) contextTypeName, tableName, selectingMethod Binds the PivotGrid to a queryable source in database server mode.
BindToLINQ(String, String) contextTypeName, tableName Binds the PivotGrid to a queryable source in database server mode.
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) contextType, tableName, selectingMethod Binds the PivotGrid to a queryable source in database server mode.
BindToLINQ(Type, String) contextType, tableName Binds the PivotGrid to a queryable source in database server mode.