Click or drag to resize

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; }

Property Value

Type: String
The filter's SQL clause.
See Also