Method | Description | |
---|---|---|
Delete ( int id ) : void |
Deletes an existing dataset
|
|
Get ( int id ) : |
In addition to the id, it is possible to have projection and selection criteria passed to the action via query string parameters The action accepts the following additional parameters via the query string 1: projection: is a comman separated list of ids that determines which variables of the dataset version tuples should take part in the result set 2: selection: is a logical expression that filters the tuples of the chosen dataset. The expression should have been written against the variables of the dataset only. logical operators, nesting, precedence, and SOME functions should be supported. |
|
Get ( ) : IEnumerable |
||
Post ( [ value ) : void |
Create a new dataset!!!
|
|
Put ( int id, [ value ) : void |
Updates an existing dataset
|
public Get ( int id ) : |
||
id | int | Dataset Id |
return |