Class NotLike
The NOT LIKE class
Implements
System.ICloneable
Inherited Members
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: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class NotLike : Compare, ICloneable
Constructors
NotLike(Argument, Argument)
Initializes a new instance of the NotLike class, and takes left and right argument as in-parameters.
Declaration
public NotLike(Argument left, Argument right)
Parameters
Type | Name | Description |
---|---|---|
Argument | left | left side of the compare |
Argument | right | right side of the compare |
Methods
Clone()
Clone the query. Parameter values are shared between the original and the clone.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Copy of the NOTLIKE node |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | a NOT LIKE b |
Overrides
System.Object.ToString()
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)