| Visual Basic (Declaration) | |
|---|---|
Public Property StartDate As Date  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DateTime StartDate {get; set;}  | |
| C# |  Copy Code | 
|---|---|
de.StartDate = new DateTime(2004,12,10);  | |
| Visual Basic |  Copy Code | 
|---|---|
de.StartDate = new DateTime(2004,12,10) | |
            This property is used for the SqlStatement property where the
            
See: Getting Started > Tutorials > Data Engine
			
			
			#StartDate# token is replaced with the value set to this property.See: Getting Started > Tutorials > Data Engine