Метод | Описание | |
---|---|---|
SimpleGraphStatement ( object>.IDictionary |
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 |
public SimpleGraphStatement ( object>.IDictionary |
||
values | object>.IDictionary | An Dictionary object containing the parameters name and values as key and values. |
query | string | The graph query string. |
Результат | System |
public SimpleGraphStatement ( string query ) : System | ||
query | string | The graph query string. |
Результат | System |
public SimpleGraphStatement ( string query, object values ) : System | ||
query | string | The graph query string. |
values | object | An anonymous object containing the parameters as properties. |
Результат | System |