Click or drag to resize

DataContextTable(Type) Method

Gets the table operations for the specified modeled table type model.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public ITableOperations Table(
	Type model
)
View Source

Parameters

model  Type
Modeled database table (or view) type.

Return Value

ITableOperations
Table operations for the specified modeled table type model.
See Also