Click or drag to resize

CqlFunction Class

Represents a set of functions that are defined at CQL level
Inheritance Hierarchy
SystemObject
  Dse.Data.LinqCqlFunction

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.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 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
Top
Operators
See Also