Skip to main content

DataViewExtensionBase.BindToEF Method

Name Parameters Description
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) contextTypeName, tableName, selectingMethod, exceptionThrownMethod Binds the DataView to a data source via the Entity Framework.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) contextTypeName, tableName, selectingMethod Binds the DataView to a data source via the Entity Framework.
BindToEF(String, String) contextTypeName, tableName Binds the DataView to a data source via the Entity Framework.
BindToEF(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) contextType, tableName, selectingMethod Binds the DataView to a data source via the Entity Framework.
BindToEF(Type, String) contextType, tableName Binds the DataView to a data source via the Entity Framework.