Skip to main content

DataViewExtensionBase.BindToLINQ Method

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