Share via


DataRow Members

Include Protected Members
Include Inherited Members

Represents a data row.

The DataRow type exposes the following members.

Constructors

  Name Description
Public method DataRow() Creates a new instance of the DataRow class.

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<IList<DataValue>>.)
Public method Clear() (Inherited from Collection<IList<DataValue>>.)
Protected method ClearItems() Infrastructure. (Inherited from RdlCollection<T>.)
Public method Contains(T) (Inherited from Collection<IList<DataValue>>.)
Public method CopyTo(array<T[], Int32) (Inherited from Collection<IList<DataValue>>.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from Collection<IList<DataValue>>.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(T) (Inherited from Collection<IList<DataValue>>.)
Public method Insert(Int32, T) (Inherited from Collection<IList<DataValue>>.)
Protected method InsertItem(Int32, T) Infrastructure. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnCollectionChanged(EventArgs) Infrastructure. (Inherited from RdlCollection<T>.)
Public method Remove(T) (Inherited from Collection<IList<DataValue>>.)
Public method RemoveAt(Int32) (Inherited from Collection<IList<DataValue>>.)
Protected method RemoveItem(Int32) Infrastructure. (Inherited from RdlCollection<T>.)
Protected method SetItem(Int32, T) Infrastructure. (Inherited from RdlCollection<T>.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count (Inherited from Collection<IList<DataValue>>.)
Public property Item[Int32] (Inherited from Collection<IList<DataValue>>.)
Protected property Items (Inherited from Collection<IList<DataValue>>.)
Public property Parent The parent object. (Inherited from RdlCollectionBase<T>.)

Top

Events

  Name Description
Public event CollectionChanged (Inherited from RdlCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<IList<DataValue>>.)

Top