SessionVariableException::Parameter Property
Gets or sets a DbParameter object for the session variable where the error occurred.
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::DbParameterA DbParameter object for the session variable where the error occurred.
Show: