Click or drag to resize

Function Class

Inheritance Hierarchy
SystemObject
  EDK4Net.Data.QueryLanguageFunction
    More...

Namespace:  EDK4Net.Data.QueryLanguage
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public abstract class Function : ISelectParameter, 
	IParameter, IQueryParameter

The Function type exposes the following members.

Constructors
  NameDescription
Protected methodFunction
Initializes a new instance of the Function class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAnd (Defined by Extension.)
Public Extension MethodAs (Defined by Extension.)
Public Extension MethodContains (Defined by Extension.)
Public Extension MethodEndsWith (Defined by Extension.)
Public Extension MethodIsBetween (Defined by Extension.)
Public Extension MethodIsEqual (Defined by Extension.)
Public Extension MethodIsMajor (Defined by Extension.)
Public Extension MethodIsMajorOrEqual (Defined by Extension.)
Public Extension MethodIsMinor (Defined by Extension.)
Public Extension MethodIsMinorOrEqual (Defined by Extension.)
Public Extension MethodIsNotBetween (Defined by Extension.)
Public Extension MethodIsNotEqual (Defined by Extension.)
Public Extension MethodIsNotNull (Defined by Extension.)
Public Extension MethodIsNull (Defined by Extension.)
Public Extension MethodNotContains (Defined by Extension.)
Public Extension MethodNotEndsWith (Defined by Extension.)
Public Extension MethodNotStartsWith (Defined by Extension.)
Public Extension MethodOr (Defined by Extension.)
Public Extension MethodStartsWith (Defined by Extension.)
Top
See Also
Inheritance Hierarchy