Click or drag to resize

RecordOperationsCacheGetRecordOperations(Type) Method

Gets record operation methods for specified modeled table type.

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

Parameters

model  Type
Model type.

Return Value

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