SqlPredicate ClassHazelcast .Net Client Class Library
SQL Predicate
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreSqlPredicate

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.9
Syntax

public class SqlPredicate : IPredicate<Object, Object>, 
	IDataSerializable

The SqlPredicate type exposes the following members.

Constructors

  NameDescription
Public methodSqlPredicate
Initializes a new instance of the SqlPredicate class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetJavaClassName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadData
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteData
Top
See Also

Reference