ExecutingSqlStatementType¶
Namespace: ThinkGeo.Core
This enumeration represents the type of ExcutingSqlStatement.
public enum ExecutingSqlStatementType
Inheritance object → ValueType → Enum → ExecutingSqlStatementType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| GetFeaturesByIds | 1 | This value shows the type of ExcutingSqlStatement is GetFeauturesByIds. |
| GetFeaturesByColumnValue | 2 | This value shows the type of ExcutingSqlStatement is GetFeaturesByColumnValue. |
| GetFeaturesOutsideBoundingBox | 3 | This value shows the type of ExcutingSqlStatement is GetFeaturesOutsideBoundingBox. |
| GetSpatialDataType | 4 | This value shows the type of ExcutingSqlStatement is GetSpatialDataType. |
| GetBoundingBox | 5 | This value shows the type of ExcutingSqlStatement is GetBoundingBox. |
| GetAllFeatures | 6 | This value shows the type of ExcutingSqlStatement is GetAllFeatures. |
| GetCount | 7 | This value shows the type of ExcutingSqlStatement is GetCount. |
| GetColumns | 8 | This value shows the type of ExcutingSqlStatement is GetColumns. |
| BuildIndex | 9 | This value shows the type of ExcutingSqlStatement is BuildIndex. |
| ExecuteScalar | 10 | This value shows the type of ExcutingSqlStatement is ExecuteScalar. |
| ExecuteQuery | 11 | This value shows the type of ExcutingSqlStatement is ExecuteQuery. |
| ExecuteNonQuery | 12 | This value shows the type of ExcutingSqlStatement is ExecuteNonQuery. |
| GetFirstGeometryType | 13 | This value shows the type of ExcutingSqlStatement is GetFirstGeometryType. |
| MakeAllGeometriesValid | 14 | This value shows the type of ExcutingSqlStatement is MakeAllGeometriesValid. |
| Validate | 15 | This value shows the type of ExcutingSqlStatement is Validate. |
| CommitTransactionEx | 16 | This value shows the type of ExcutingSqlStatement is CommitTransaction. |
| GetFeaturesInsideBoundingBoxEx | 17 | This value shows the type of ExcutingSqlStatement is GetFeaturesInsideBoundingBox. |
| Unknown | 18 | Default value of this enumation, it has no idea of what type of ExcutingSqlStatement is for now. |
| ExecuteSpatialQuery | 19 | This value shows the type of ExcutingSqlStatement is ExecuteSpatialQuery. |
| GetFeatureIds | 20 | This value shows the type of ExcutingSqlStatement is GetFeatureIds. |
| InsertFeature | 21 | This value shows the type of ExcutingSqlStatement is InsertFeature. |