DataSetContainer Class |
Namespace: CMS.Base
public class DataSetContainer : IDataContainer, ISimpleDataContainer
The DataSetContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataSetContainer |
Creates new instance of DataSetContainer.
|
Name | Description | |
---|---|---|
![]() | ColumnNames |
Column names.
|
![]() | DataSet |
Gets the encapsulated DataSet.
|
![]() | Item |
Gets the value of the column, setter is not implemented.
|
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if the object contains specified column.
|
![]() | GetValue |
Gets or sets the value of the column.
|
![]() | SetValue |
Not implemented.
|
![]() | TryGetValue |
Returns value of column.
|
Name | Description | |
---|---|---|
![]() | CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) |
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |