[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	sqlType As Integer, _
	dataType As Type _
)
C#
public DBOutputTypeDesc (
	int sqlType,
	Type dataType
)
Visual C++
public:
DBOutputTypeDesc (
	int sqlType, 
	Type^ dataType
)

Parameters

sqlType
System.Int32
the type of the column
dataType
System.Type
the type reflecting column type