Parameters Property

SimpleEssentials

WherePart..::..Parameters Property

Namespace:  SimpleEssentials.LinqToSQL
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public Dictionary<string, Object> Parameters { get; set; }
Public Property Parameters As Dictionary(Of String, Object)
	Get
	Set
public:
property Dictionary<String^, Object^>^ Parameters {
	Dictionary<String^, Object^>^ get ();
	void set (Dictionary<String^, Object^>^ value);
}