Mini SQL Query Extensibility Documentation
StartTime Property
NamespacesMiniSqlQuery.CoreQueryBatchStartTime
Gets or sets the start time of the batch.
Declaration Syntax
C#Visual BasicVisual C++
public DateTime StartTime { get; set; }
Public Property StartTime As DateTime
public:
property DateTime StartTime {
	DateTime get ();
	void set (DateTime value);
}
Value
The start time.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)