Visual Basic (Declaration) | |
---|---|
<DataContractAttribute()> Public Class ParameterizedEsql |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ParameterizedEsql |
C# | |
---|---|
[DataContractAttribute()] public class ParameterizedEsql |
C++/CLI | |
---|---|
[DataContractAttribute()] public ref class ParameterizedEsql |
A ParameterizedEsql holds an Entity SQL (eSQL) statement with parameter placeholders and an associated Parameters collection. This collection cannot be modified after creating the ParameterizedEsql object, but the values of the parameters in the collection can be changed.
A ParameterizedEsql object is used when creating a PassthruEsqlQuery.
System.Object
IdeaBlade.EntityModel.ParameterizedEsql
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family