ECSqlValue Class

Value of a column in a row of an ECSQL query result.

See also:

Methods

Name Description
getArray(): any[] Get this array value as JavaScript array  
getArrayIterator(): ECSqlValueIterator Get an iterator for iterating the array elements of this array value.  
getBlob(): Uint8Array Get the value as BLOB  
getBoolean(): boolean Get the value as a boolean value  
getClassNameForClassId(): string Get the ClassId value formatted as fully qualified class name.  
getDateTime(): string Get the value as a DateTime value (formatted as ISO8601 string)  
getDouble(): number Get the value as a double value  
getEnum(): ECEnumValue[] | undefined Get the value as ECEnumeration value
Note: This method is optional.
 
getGeometry(): any Get the value as a IGeometry value (as ECJSON IGeometry)  
getGuid(): GuidString Get the value as a GUID (formatted as GUID string).  
getId(): Id64String Get the value as a Id (formatted as hexadecimal string).  
getInteger(): number Get the value as a integer value  
getNavigation(): NavigationValue Get the value as NavigationValue  
getString(): string Get the value as a string value  
getStruct(): any Get this struct value's content as object literal  
getStructIterator(): ECSqlValueIterator Get an iterator for iterating the struct members of this struct value.  
getXAndY(): XAndY Get the value as XAndY  
getXYAndZ(): XYAndZ Get the value as XYAndZ  

Properties

Name Type Description
columnInfo Accessor ReadOnly ECSqlColumnInfo Get information about the query result's column this value refers to.  
isNull Accessor ReadOnly boolean Indicates whether the value is NULL or not.  
value Accessor ReadOnly any Get the value of this ECSQL value  

Defined in

Last Updated: 08 January, 2020