Gets or sets custom parameters that will be passed to the AdapterBeforeFetchEventArgs.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Object CustomParameters { get; set; }
Visual Basic
Public Property CustomParameters As Object
	Get
	Set
Visual C++
public:
virtual property Object^ CustomParameters {
	Object^ get () sealed;
	void set (Object^ value) sealed;
}
F#
abstract CustomParameters : Object with get, set
override CustomParameters : Object with get, set

Property Value

Type: Object

Implements

IDataAccessAdapterExtender..::..CustomParameters

See Also