MapperFilterClause Property |
Gets or sets the filter's SQL clause.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Clause { get; set; }
Public Property Clause As String
Get
Set
Property Value
Type:
StringThe filter's SQL clause.
See Also