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