Click or drag to resize

RecordRestrictionParameters Field

Defines restriction parameter values.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public readonly Object[] Parameters
View Source

Field Value

Object
Remarks
If any of the Parameters reference a table field that is modeled with either an EncryptDataAttribute or FieldDataTypeAttribute, then the function GetInterpretedFieldValue(String, Object) will need to be called, replacing the target parameter with the returned value so that the field value will be properly set prior to executing any database function.
See Also