.NET Framework Class Library
DataRowCollection Members

Represents a collection of rows for a DataTable.

The DataRowCollection type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddOverloaded. Adds a DataRow to the DataRowCollection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClearClears the collection of all rows.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsOverloaded. Gets a value that indicates whether the primary key columns of any row in the collection contain the specified value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyToOverloaded. Copies all the DataRow objects from the collection into the given array, starting at the given destination array index.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFindOverloaded. Gets a specified DataRow.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumeratorOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndexOfGets the index of the specified DataRow object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertAtInserts a new row into the collection at the specified location.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveRemoves the specified DataRow from the collection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveAtRemoves the row at the specified index from the collection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCountOverloaded.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsReadOnlyGets a value that indicates whether the InternalDataCollectionBase is read-only. (Inherited from InternalDataCollectionBase.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSynchronizedGets a value that indicates whether the InternalDataCollectionBase is synchonized. (Inherited from InternalDataCollectionBase.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemGets the row at the specified index.
Protected propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkListOverloaded.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSyncRootGets an object that can be used to synchronize the collection. (Inherited from InternalDataCollectionBase.)
Top
See Also

Reference

Tags :


Page view tracker