Click or drag to resize

AccessQueryReplacementCopyContext Constructor

Constructs a new instance with the specified parameters.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryReplacementCopyContext(
	IServiceProvider newObject,
	IServiceProvider oldObject
)

Parameters

newObject
Type: SystemIServiceProvider
The new reference to use.
oldObject
Type: SystemIServiceProvider
The reference to be replaced.
See Also