IncludeTextContains(String, Boolean, IReadableColumn) Constructor |
Initializes a new instance of the
IncludeTextContains class for the specified column and substring.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IncludeTextContains(
string value,
bool ignoreCase,
IReadableColumn column
)
Parameters
- value String
- The substring to search for.
- ignoreCase Boolean
- Whether comparisons should ignore case.
- column IReadableColumn
- The column to inspect.
See Also