A newer version of this page is available.
Switch to the current version.
VerticalGridExtension.BindToLINQ Method
Name | Parameters | Description |
---|---|---|
BindToLINQ(String, String) | contextTypeName, tableName | Binds the VerticalGrid to a queryable source in database server mode. |
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | contextTypeName, tableName, selectingMethod | Binds the VerticalGrid to a queryable source in database server mode. |
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) | contextTypeName, tableName, selectingMethod, exceptionThrownMethod | Binds the VerticalGrid to a queryable source in database server mode. |
BindToLINQ(Type, String) | contextType, tableName | Binds the VerticalGrid to a queryable source in database server mode. |
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | contextType, tableName, selectingMethod | Binds the VerticalGrid to a queryable source in database server mode. |
Feedback