Click or drag to resize

DataContextGetIsDeletedFlag(Type) 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(
	Type model
)
View Source

Parameters

model  Type
Modeled database table (or view) type.

Return Value

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