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