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: 25.1.421.0 (25.1.421.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