C# Class Deveel.Data.Sql.Variables.VariableInfo

Inheritance: IObjectInfo
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
VariableInfo ( string variableName, SqlType type, bool isConstant ) : System

Method Details

VariableInfo() public method

public VariableInfo ( string variableName, SqlType type, bool isConstant ) : System
variableName string
type SqlType
isConstant bool
return System