Back to Devexpress

VerticalGridExtension.BindToEF Method

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

latest2.3 KB
Original Source

VerticalGridExtension.BindToEF Method

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