Support for Query By Example.
The following tables list the members exposed by the Example type.
Public Methods
| Name | Description | |
|---|---|---|
| Create |
Create a new instance, which includes all non-null properties
by default
| |
| EnableLike | Overloaded. | |
| ExcludeNone |
Set the IPropertySelector for this Example
to exclude no properties.
| |
| ExcludeNulls | ||
| ExcludeProperty |
Exclude a particular named property
| |
| ExcludeZeroes |
Set the IPropertySelector for this Example
to exclude zero-valued properties.
| |
| GetTypedValues | (Overrides .GetTypedValues(ICriteria, ICriteriaQuery).) | |
| IgnoreCase | ||
| SetPropertySelector |
Set the IPropertySelector for this Example.
| |
| ToSqlString | (Overrides .ToSqlString(ICriteria, ICriteriaQuery, IDictionary).) | |
| ToString | (Overrides .ToString().) |
Protected Methods
| Name | Description | |
|---|---|---|
| AddComponentTypedValues | ||
| AddPropertyTypedValue | ||
| AppendComponentCondition | ||
| AppendPropertyCondition |
Protected Constructors
| Name | Description | |
|---|---|---|
| ExampleNew |
Initialize a new instance of the Example class for a particular
entity.
|