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 during XML deserialization.
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 the given table and column proxies. This constructor is intended for internal use only, for example when creating copies of existing instances. Attention: the proxies are not cloned.
Protected methodIndependentAndDependentColumns(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy, IReadableColumnProxy) Initializes a new instance of the IndependentAndDependentColumns class from the given table and column proxies. This constructor is intended for internal use only, for example when creating copies of existing instances. Attention: the proxies are not cloned.
Top
See Also