C# 클래스 Dse.Graph.SimpleGraphStatement

Represents a graph query.
상속: GraphStatement
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
SimpleGraphStatement ( object>.IDictionary values, string query ) : System

Creates a new instance of SimpleGraphStatement using a query with named parameters.

SimpleGraphStatement ( string query ) : System

Creates a new instance of SimpleGraphStatement using a query with no parameters.

SimpleGraphStatement ( string query, object values ) : System

Creates a new instance of SimpleGraphStatement using a query with named parameters.

비공개 메소드들

메소드 설명
GetIStatement ( GraphOptions options ) : IStatement

메소드 상세

SimpleGraphStatement() 공개 메소드

Creates a new instance of SimpleGraphStatement using a query with named parameters.
public SimpleGraphStatement ( object>.IDictionary values, string query ) : System
values object>.IDictionary An Dictionary object containing the parameters name and values as key and values.
query string The graph query string.
리턴 System

SimpleGraphStatement() 공개 메소드

Creates a new instance of SimpleGraphStatement using a query with no parameters.
public SimpleGraphStatement ( string query ) : System
query string The graph query string.
리턴 System

SimpleGraphStatement() 공개 메소드

Creates a new instance of SimpleGraphStatement using a query with named parameters.
public SimpleGraphStatement ( string query, object values ) : System
query string The graph query string.
values object An anonymous object containing the parameters as properties.
리턴 System