DevForce Help Reference
Parameters Property (ParameterizedEsql)


Get the parameters.
Syntax
'Declaration
 
Public ReadOnly Property Parameters As ICollection(Of QueryParameter)
'Usage
 
Dim instance As ParameterizedEsql
Dim value As ICollection(Of QueryParameter)
 
value = instance.Parameters
public ICollection<QueryParameter> Parameters {get;}
Remarks
You cannot add or remove parameters although you can change values of the individual parameters in the list.
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

ParameterizedEsql Class
ParameterizedEsql Members

Send Feedback