DateTimeOffsetRule Constructor
Initializes a new instance of the UserDataRule class.
Namespace:
Tortuga.Chain.AuditRulesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public DateTimeOffsetRule( string columnName, OperationTypes appliesWhen )
Public Sub New ( _ columnName As String, _ appliesWhen As OperationTypes _ )
public: DateTimeOffsetRule( String^ columnName, OperationTypes^ appliesWhen )
Parameters
- columnName
- Type: String
Name of the column.
- appliesWhen
- Type: Tortuga.Chain.AuditRules..::..OperationTypes
The rule can be applied to insert, update, and/or soft delete operations.