|
DataContextGetIsDeletedFlag(Type) Method
|
Gets the field name targeted to mark a record as deleted.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax Public Function GetIsDeletedFlag (
model As Type
) As String
function GetIsDeletedFlag(model);
View SourceParameters
- model Type
- Modeled database table (or view) type.
Return Value
StringField name targeted to mark a record as deleted.
See Also