Knight Data Access Layer
Parameters Property (SqlException)




KellermanSoftware.NetDataAccessLayer Namespace > SqlException Class : Parameters Property
The SQL Parameters
Syntax
Public Property Parameters As Dictionary(Of String,Object)
Dim instance As SqlException
Dim value As Dictionary(Of String,Object)
 
instance.Parameters = value
 
value = instance.Parameters
public Dictionary<string,object> Parameters {get; set;}
public: __property Dictionary<string*,Object*>* get_Parameters();
public: __property void set_Parameters( 
   Dictionary<string*,Object*>* value
);
public:
property Dictionary<String^,Object^>^ Parameters {
   Dictionary<String^,Object^>^ get();
   void set (    Dictionary<String^,Object^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlException Class
SqlException Members