Create a new ColumnInfo, the type can be of any user defined type.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public ColumnInfo(
	string name,
	Type type
)
Visual Basic
Public Sub New ( _
	name As String, _
	type As Type _
)
Visual C++
public:
ColumnInfo(
	String^ name, 
	Type^ type
)

Parameters

name
Type: String
the name of the column
type
Type: Type
the type of the column

See Also