DataViewExtensionBase.BindToLINQ(String, String) Method
In This Article
Binds the DataView to a queryable source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public DataViewExtensionBase BindToLINQ(
string contextTypeName,
string tableName
)
#Parameters
Name | Type | Description |
---|---|---|
context |
String | A String object representing the Data |
table |
String | A String object specifying the table name. |
#Returns
Type | Description |
---|---|
Data |
A Data |
#Remarks
Note
The current Bind
See Also