Click or drag to resize

IndependentAndDependentColumns Constructor

Overload List
 NameDescription
Public methodIndependentAndDependentColumns(IndependentAndDependentColumns) Initializes a new instance by cloning the state and proxies from another instance.
Protected methodIndependentAndDependentColumns(IXmlDeserializationInfo, Int32)Initializes a new instance of the IndependentAndDependentColumns class
Public methodIndependentAndDependentColumns(DataTable, Int32, Int32, Int32) Initializes a new instance with the specified data table, group number, and the counts of independent and dependent variable columns.
Protected methodIndependentAndDependentColumns(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy) Initializes a new instance of the IndependentAndDependentColumns class from given proxies of DataTable and columns. This constructor is intended for internal use only, e.g. for creating copies of existing instances. ATTENTION: The proxies are not cloned!
Top
See Also