Create a new ColumnInfo for user defined type schema string must contain C# name of the type do not use this method with CLR name of type (Type.FullName), call ColumnInfo(string name, Type type) instead

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

Syntax

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

Parameters

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

See Also