Enum PropertyValueType
Defines the valid types of property values
Namespace: OSGeo.MapGuide.MaestroAPI.Schema
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public enum PropertyValueType
Fields
| Name | Description |
|---|---|
| Blob | BLOB |
| Boolean | Boolean |
| Byte | Byte |
| Clob | CLOB |
| DateTime | DateTime |
| Double | Double |
| Feature | Feature |
| Geometry | Geometry |
| Int16 | Int16 |
| Int32 | Int32 |
| Int64 | Int64 |
| Null | Invalid or Unknown |
| Raster | Raster |
| Single | Single |
| String | String |