C# Class Deveel.Data.Sql.Types.ArrayType

Inheritance: DataType
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description

Public Methods

Method Description
ArrayType ( int length ) : System
GetObjectType ( ) : Type
GetRuntimeType ( ) : Type

Method Details

ArrayType() public method

public ArrayType ( int length ) : System
length int
return System

GetObjectType() public method

public GetObjectType ( ) : Type
return System.Type

GetRuntimeType() public method

public GetRuntimeType ( ) : Type
return System.Type