|
DataContextTableTModel Method
|
Gets the table operations for the specified modeled table TModel.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax Public Function Table(Of TModel As {Class, New}) As TableOperations(Of TModel)
public:
generic<typename TModel>
where TModel : ref class, gcnew()
TableOperations<TModel>^ Table()
member Table : unit -> TableOperations<'TModel> when 'TModel : not struct, new()
JavaScript does not support generic types or methods.
View SourceType Parameters
- TModel
- Modeled database table (or view).
Return Value
TableOperationsTModelTable operations for the specified modeled table
TModel.
See Also