Class ExecutingSqlStatementSqliteFeatureSourceEventArgs
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class ExecutingSqlStatementSqliteFeatureSourceEventArgs : EventArgs
- Inheritance
-
ExecutingSqlStatementSqliteFeatureSourceEventArgs
- Inherited Members
-
Constructors
ExecutingSqlStatementSqliteFeatureSourceEventArgs(string)
public ExecutingSqlStatementSqliteFeatureSourceEventArgs(string sqlStatement)
Parameters
sqlStatement
string
ExecutingSqlStatementSqliteFeatureSourceEventArgs(string, ExecutingSqlStatementType, RectangleShape)
public ExecutingSqlStatementSqliteFeatureSourceEventArgs(string sqlStatement, ExecutingSqlStatementType sqlStatementType, RectangleShape featureQueryingExtent)
Parameters
sqlStatement
string
sqlStatementType
ExecutingSqlStatementType
featureQueryingExtent
RectangleShape
Properties
ExcutingSqlStatementType
public ExecutingSqlStatementType ExcutingSqlStatementType { get; set; }
Property Value
- ExecutingSqlStatementType
FeatureQueryingExtent
public RectangleShape FeatureQueryingExtent { get; }
Property Value
- RectangleShape
SqlStatement
public string SqlStatement { get; set; }
Property Value
- string