SessionVariableException::Parameter Property

Gets or sets a DbParameter object for the session variable where the error occurred.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property DbParameter^ Parameter {
	DbParameter^ get ();
	void set (DbParameter^ value);
}

Property Value

Type: System.Data.Common::DbParameter
A DbParameter object for the session variable where the error occurred.
Show: