Creates new instance of the ViewColumn class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public ViewColumn(
	string name,
	DataType dataType
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	dataType As DataType _
)
Visual C++
public:
ViewColumn(
	String^ name, 
	DataType^ dataType
)

Parameters

name
Type: System..::.String
dataType
Type: PerpetuumSoft.DataModel.MsSql..::.DataType

See Also