|
DataContextGetIsDeletedFlagTModel 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 string GetIsDeletedFlag<TModel>()
where TModel : class, new()
Public Function GetIsDeletedFlag(Of TModel As {Class, New}) As String
public:
generic<typename TModel>
where TModel : ref class, gcnew()
String^ GetIsDeletedFlag()
member GetIsDeletedFlag : unit -> string when 'TModel : not struct, new()
JavaScript does not support generic types or methods.
View SourceType Parameters
- TModel
- Modeled database table (or view).
Return Value
StringField name targeted to mark a record as deleted.
See Also