Gets or sets the ending date used with SqlStatement to query filtered data from a database.
[Visual Basic]
Public Property EndDate As Date[C#]
public DateTime EndDate {get; set;}
            This property is used for the SqlStatement property where the #EndDate#
            token is replaced with the value set to this property.
See: Getting Started > Tutorials > Data Engine
[C#]
| de.EndDate = new DateTime(2004,12,30); | 
[Visual Basic]
| de.EndDate = new DateTime(2004,12,30) | 
DataEngine Class | DataEngine Members | SqlStatement
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.