Class FdoInt32Value
An FDO int32 value
Inheritance
System.Object
FdoInt32Value
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public class FdoInt32Value : FdoDataValue
Properties
| Improve this Doc View SourceExpressionType
The expression type
Declaration
public override ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |
Overrides
| Improve this Doc View SourceValue
The int32 value
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |