Click or drag to resize

DataContextGetIsDeletedFlagTModel Method

Gets the field name targeted to mark a record as deleted.

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

Type Parameters

TModel
Modeled database table (or view).

Return Value

String
Field name targeted to mark a record as deleted.
See Also