DataRow Members
Include Protected Members
Include Inherited Members
Represents a data row.
The DataRow type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Item[Int32] | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Items | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add(Object) | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item[Int32] | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Contains(Object) | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IEnumerable.GetEnumerator() | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IndexOf(Object) | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.Insert(Int32, Object) | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.Remove(Object) | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<IList<DataValue>>.) |
Top