GridLookupExtension.BindToLINQ(Type, String) Method
In This Article
Binds the GridLookup’s grid to a queryable source in database server mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridLookupExtension BindToLINQ(
Type contextType,
string tableName
)
#Parameters
Name | Type | Description |
---|---|---|
context |
Type | A Type specifying the Data |
table |
String | A String object specifying the table name. |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also