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

TokenBoxExtension.BindToLINQ Method

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