 | ConfigurationCommonDBRefMetadataRetrievalEnum Property |
Returns an enumeration indicating how the runtime retrieves metadata about the columns
that a given SQL query returns.
The runtime requires to retrieve result column names and types in order to build a resulting
event type and perform expression type checking.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic MetadataOriginEnum MetadataRetrievalEnum { get; set; }
Return Value
Type:
MetadataOriginEnumindication how to retrieve metadata
See Also