Sets the query parameter value, the number of parameters matches the number of question marks (?) in the query.		
            
- index (Int32)
 - Index of parameter to set (1-based index).
 
- value (Object)
 - Value of parameter.
 
[Missing <returns> documentation for "M:GigaSpaces.Core.SqlQuery`1.SetParameter(System.Int32,System.Object)"]
When setting an Enum value, it should be cast to underlying primitive value. e.g SetParameter(1, (int)MyEnum.MyValue).
