SasQueryBuilder.AddToUri(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a query parameter to a URI.
public override Uri AddToUri (Uri uri);
override this.AddToUri : Uri -> Uri
Public Overrides Function AddToUri (uri As Uri) As Uri
Parameters
Returns
A Uri object with the new query parameter appended.