UserDefinedFunctions.ExtractScheme Method
Extracts the Scheme from an AbsoluteUri. http://subdomain.arachnode.net/ -> http
[SqlFunction(IsDeterministic=False, DataAccess=DataAccessKind.Read, SystemDataAccess=SystemDataAccessKind.None, IsPrecise=False, Name="null", TableDefinition="null", FillRowMethodName="null")]
public static
SqlString ExtractScheme(
SqlString absoluteUri,
SqlBoolean refreshAllowedSchemes);
Parameters
-
absoluteUri
- The absolute URI.
-
refreshAllowedSchemes
- The refresh allowed schemes.
Return Value
See Also
UserDefinedFunctions Class | (global) Namespace