Click or drag to resize

DataContextTableTModel Method

Gets the table operations for the specified modeled table TModel.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public TableOperations<TModel> Table<TModel>()
where TModel : class, new()
View Source

Type Parameters

TModel
Modeled database table (or view).

Return Value

TableOperationsTModel
Table operations for the specified modeled table TModel.
See Also