|
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.248-beta
Syntaxpublic string GetIsDeletedFlag(
Type model
)
Public Function GetIsDeletedFlag (
model As Type
) As String
public:
String^ GetIsDeletedFlag(
Type^ model
)
member GetIsDeletedFlag :
model : Type -> 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