| ExpandConstraintValueCollectionItem Property (String) | 
            Gets or sets a parameter value by name.
            
 
Namespace: PDTec.IceNet.Core.Database.QueryAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic Object this[
	string name
] { get; set; }Parameters
- name
 - Type: SystemString
The parameter name. 
Return Value
Type: 
ObjectThe parameter value.
See Also