Initializes a new instance of the DataColumnSql10 class

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

Syntax

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

Parameters

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

See Also