ComponentOne DataObjects for .NET
IsCustom Property

C1.Data.2 Assembly > C1.Data Namespace > FilterCondition Class : IsCustom Property
Gets value indicating whether it is a custom condition.
Syntax
'Declaration
 
Public Property IsCustom As System.Boolean
public System.bool IsCustom {get; set;}
Remarks
A custom filter condition is an arbitrary string. Custom filter conditions are ignored in SQL generation, do not generate SQL conditions. They are intended for use in BeforeFill in cases where it is needed to pass custom information to that event.
See Also

Reference

FilterCondition Class
FilterCondition Members