C# Class ServiceStack.OrmLite.SqlServer.Converters.SqlServerConverters

ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Properties

Property Type Description
Msvcr100FileName string
SqlServerSpatial110FileName string

Public Methods

Method Description
Configure ( IOrmLiteDialectProvider dialectProvider, string libraryPath = null ) : IOrmLiteDialectProvider
Configure ( IOrmLiteDialectProvider dialectProvider, string fileNames, string libraryPath = null ) : IOrmLiteDialectProvider
LoadAssembly ( string assemblyName, string libraryPath = null ) : void
UnloadUnmanagedAssembly ( string assemblyName ) : void

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetModuleHandleExA ( int dwFlags, string moduleName, IntPtr phModule ) : bool
LoadLibrary ( string libname ) : IntPtr

Method Details

Configure() public static method

public static Configure ( IOrmLiteDialectProvider dialectProvider, string libraryPath = null ) : IOrmLiteDialectProvider
dialectProvider IOrmLiteDialectProvider
libraryPath string
return IOrmLiteDialectProvider

Configure() public static method

public static Configure ( IOrmLiteDialectProvider dialectProvider, string fileNames, string libraryPath = null ) : IOrmLiteDialectProvider
dialectProvider IOrmLiteDialectProvider
fileNames string
libraryPath string
return IOrmLiteDialectProvider

LoadAssembly() public static method

public static LoadAssembly ( string assemblyName, string libraryPath = null ) : void
assemblyName string
libraryPath string
return void

UnloadUnmanagedAssembly() public static method

public static UnloadUnmanagedAssembly ( string assemblyName ) : void
assemblyName string
return void

Property Details

Msvcr100FileName public_oe static_oe property

public static string Msvcr100FileName
return string

SqlServerSpatial110FileName public_oe static_oe property

public static string SqlServerSpatial110FileName
return string