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

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Property Value

Type: Object

See Also