 | SphinxAttributeMatchAttributeValue Property |
Gets the attribute value.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Object AttributeValue { get; }
Public ReadOnly Property AttributeValue As Object
Get
Property Value
Type:
ObjectThe attribute value.
Remarks
The actual type depends on type specified in the configuration for the index.
sql_attr_bool is mapped to bool,
sql_attr_float is mapped to float,
sql_attr_timestamp is mapped to DateTime,
sql_attr_bigint is mapped to long,
sql_attr_uint is mapped to long,
sql_attr_str2ordinal is mapped to long,
sql_attr_multi is mapped to long[] for all supported types.
sql_attr_string is mapped to string
See Also