Method | Description | |
---|---|---|
AddField ( string propertyName ) : void |
Adds a field to the list of fields.
|
|
AddResult ( object rawValues ) : void |
Adds a result to the list of results.
|
|
QueryResult ( ) : System.Collections.Generic |
Constructor
|
public AddField ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public AddResult ( object rawValues ) : void | ||
rawValues | object | the array of raw values |
return | void |
public QueryResult ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |