Show / Hide Table of Contents

Class Utilities

Utility methods related to CLR Types for SQL Server

Inheritance
System.Object
Utilities
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SqlServerTypes
Assembly: SurveyProject.WebApplication.dll
Syntax
public class Utilities

Methods

LoadNativeAssemblies(String)

Loads the required native assemblies for the current architecture (x86 or x64)

Declaration
public static void LoadNativeAssemblies(string rootApplicationPath)
Parameters
Type Name Description
System.String rootApplicationPath

Root path of the current application. Use Server.MapPath(".") for ASP.NET applications and AppDomain.CurrentDomain.BaseDirectory for desktop applications.

In This Article
Back to top Generated by DocFX