Class MultiQueryProviderBase.AddProviderInfo
Inheritance
System.Object
MultiQueryProviderBase.AddProviderInfo
Assembly: SoDataBase.dll
Syntax
protected class AddProviderInfo : Object
Constructors
AddProviderInfo(Type, Object, Type)
Declaration
public AddProviderInfo(Type providerType, object constructorArgument, Type constructorArgumentType)
Parameters
Type |
Name |
Description |
System.Type |
providerType |
|
System.Object |
constructorArgument |
|
System.Type |
constructorArgumentType |
|
Fields
_constructorArgument
Declaration
public object _constructorArgument
Field Value
Type |
Description |
System.Object |
|
_constructorArgumentType
Declaration
public Type _constructorArgumentType
Field Value
Type |
Description |
System.Type |
|
_providerType
Declaration
public Type _providerType
Field Value
Type |
Description |
System.Type |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)