Click or drag to resize

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
Syntax
C#
public MetadataOriginEnum MetadataOrigin { set; }

Property Value

Type: MetadataOriginEnum
indication how to retrieve metadata
See Also