Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public Dictionary<string, SqlCmdParams> CommandParams { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CommandParams As Dictionary(Of String, SqlCmdParams) Get |
| Visual C++ |
|---|
public: property Dictionary<String^, SqlCmdParams^>^ CommandParams { Dictionary<String^, SqlCmdParams^>^ get (); } |