Column(Int32, String) Constructor

Initializes a new instance of the Column class

Definition

Namespace: Centralpoint.Web.Cms.DataTransfer
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Column(
	int ordinal,
	string systemName
)

Parameters

ordinal  Int32
 
systemName  String
 

See Also