Click or drag to resize
CqlFunction Class
Represents a set of functions that are defined at CQL level
Inheritance Hierarchy
SystemObject
  Cassandra.Data.LinqCqlFunction

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public sealed class CqlFunction

The CqlFunction type exposes the following members.

Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMaxTimeUuid
CQL function maxTimeuuid() that returns biggest timeuuid value having the provided timestamp
Public methodStatic memberMinTimeUuid
CQL function maxTimeuuid() that returns smallest timeuuid value having the provided timestamp
Public methodStatic memberToken(Object)
CQL function token
Public methodStatic memberToken(Object, Object)
CQL function token
Public methodStatic memberToken(Object, Object, Object)
CQL function token
Public methodStatic memberToken(Object, Object, Object, Object)
CQL function token
Public methodStatic memberToObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also