Class NotLikeFilter
Inheritance
System.Object
NotLikeFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Filters
Assembly: fcSDK.dll
Syntax
public class NotLikeFilter : LikeFilter
Constructors
NotLikeFilter(String, Filter)
Declaration
protected NotLikeFilter(string columnName, Filter value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | columnName | |
| Filter | value |
NotLikeFilter(String, String)
Declaration
protected NotLikeFilter(string columnName, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | columnName | |
| System.String | value |
Properties
Operator
Declaration
public override string Operator { get; }
Property Value
| Type | Description |
|---|---|
| System.String |