See Also

DataEngine Class  | DataEngine Members  | SqlStatement

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

EndDate Property

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;}

Remarks

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

Example

[C#] 

de.EndDate = new DateTime(2004,12,30);

[Visual Basic] 

de.EndDate = new DateTime(2004,12,30)

See Also

DataEngine Class  | DataEngine Members  | SqlStatement

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.