Skip to main content

CardViewExtension.BindToLINQ Method

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