Back to Devexpress

VerticalGridExtension.BindToLINQ Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-bindtolinq.md

latest2.2 KB
Original Source

VerticalGridExtension.BindToLINQ Method

NameParametersDescription
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>)contextTypeName, tableName, selectingMethod, exceptionThrownMethodBinds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)contextTypeName, tableName, selectingMethodBinds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String)contextTypeName, tableNameBinds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)contextType, tableName, selectingMethodBinds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String)contextType, tableNameBinds the VerticalGrid to a queryable source in database server mode.