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