DataRowContainer Class |
Namespace: CMS.Base
public class DataRowContainer : IDataContainer, ISimpleDataContainer
The DataRowContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataRowContainer(DataRow) |
Creates new instance of DataRowContainer.
|
![]() | DataRowContainer(DataRowView) |
Creates new instance of DataRowContainer from DataRowView.
|
Name | Description | |
---|---|---|
![]() | AddTableProperty |
If true, Table property of DataRow will be included in the supported columns of this container.
|
![]() | ColumnNames |
Column names.
|
![]() | DataRow |
Gets the encapsulated DataRow.
|
![]() | Item |
Gets or sets the value of the column.
|
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.) |