C# Class Dse.Graph.GraphStatement

Base class for graph statements.
Inheritance: IGraphStatement
Afficher le fichier Open project: datastax/csharp-driver-dse

Méthodes publiques

Méthode Description
SetConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetGraphLanguage ( string language ) : IGraphStatement
SetGraphName ( string name ) : IGraphStatement
SetGraphReadConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetGraphSource ( string source ) : IGraphStatement
SetGraphSourceAnalytics ( ) : IGraphStatement
SetGraphWriteConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
SetReadTimeoutMillis ( int timeout ) : IGraphStatement
SetSystemQuery ( ) : IGraphStatement
SetTimestamp ( DateTimeOffset timestamp ) : IGraphStatement

Méthodes protégées

Méthode Description
IsAnonymous ( object obj ) : bool

Determines whether the object is anonymous.

Private Methods

Méthode Description
GetIStatement ( GraphOptions options ) : IStatement
IGraphStatement ( GraphOptions options ) : IStatement

Method Details

IsAnonymous() protected méthode

Determines whether the object is anonymous.
protected IsAnonymous ( object obj ) : bool
obj object
Résultat bool

SetConsistencyLevel() public méthode

public SetConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
Résultat IGraphStatement

SetGraphLanguage() public méthode

public SetGraphLanguage ( string language ) : IGraphStatement
language string
Résultat IGraphStatement

SetGraphName() public méthode

public SetGraphName ( string name ) : IGraphStatement
name string
Résultat IGraphStatement

SetGraphReadConsistencyLevel() public méthode

public SetGraphReadConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
Résultat IGraphStatement

SetGraphSource() public méthode

public SetGraphSource ( string source ) : IGraphStatement
source string
Résultat IGraphStatement

SetGraphSourceAnalytics() public méthode

public SetGraphSourceAnalytics ( ) : IGraphStatement
Résultat IGraphStatement

SetGraphWriteConsistencyLevel() public méthode

public SetGraphWriteConsistencyLevel ( ConsistencyLevel consistency ) : IGraphStatement
consistency ConsistencyLevel
Résultat IGraphStatement

SetReadTimeoutMillis() public méthode

public SetReadTimeoutMillis ( int timeout ) : IGraphStatement
timeout int
Résultat IGraphStatement

SetSystemQuery() public méthode

public SetSystemQuery ( ) : IGraphStatement
Résultat IGraphStatement

SetTimestamp() public méthode

public SetTimestamp ( DateTimeOffset timestamp ) : IGraphStatement
timestamp DateTimeOffset
Résultat IGraphStatement