Click or drag to resize

RecordOperationsCacheGetRecordOperationsTModel Method

Gets record operation methods for specified modeled table.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Tuple<string, string>[] GetRecordOperations<TModel>()
where TModel : class, new()
View Source

Type Parameters

TModel
Modeled table.

Return Value

TupleString, String
record operation methods for specified modeled table.
See Also