 | ConfigurationCommonDBRefMetadataOrigin Property |
Sets and indicator how the runtime should retrieve 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 MetadataOrigin { set; }
Property Value
Type:
MetadataOriginEnumindication how to retrieve metadata
See Also