DataRowView Methods
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginEdit() | Begins an edit procedure. |
![]() | CancelEdit() | Cancels an edit procedure. |
![]() | CreateChildView(DataRelation^) | Returns a DataView for the child DataTable with the specified child DataRelation. |
![]() | CreateChildView(DataRelation^, Boolean) | Returns a DataView for the child DataTable with the specified DataRelation and parent.. |
![]() | CreateChildView(String^) | Returns a DataView for the child DataTable with the specified child DataRelation name. |
![]() | CreateChildView(String^, Boolean) | Returns a DataView for the child DataTable with the specified DataRelation name and parent. |
![]() | Delete() | Deletes a row. |
![]() | EndEdit() | Commits changes to the underlying DataRow and ends the editing session that was begun with BeginEdit. Use CancelEdit to discard the changes made to the DataRow. |
![]() | Equals(Object^) | Gets a value indicating whether the current DataRowView is identical to the specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code of the DataRow object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICustomTypeDescriptor::GetAttributes() | Returns a collection of custom attributes for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetClassName() | Returns the class name of this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetComponentName() | Returns the name of this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetConverter() | Returns a type converter for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetDefaultEvent() | Returns the default event for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetDefaultProperty() | Returns the default property for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetEditor(Type^) | Returns an editor of the specified type for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetEvents() | Returns the events for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetEvents(array<Attribute^>^) | Returns the events for this instance of a component with specified attributes. |
![]() ![]() | ICustomTypeDescriptor::GetProperties() | Returns the properties for this instance of a component. |
![]() ![]() | ICustomTypeDescriptor::GetProperties(array<Attribute^>^) | Returns the properties for this instance of a component with specified attributes. |
![]() ![]() | ICustomTypeDescriptor::GetPropertyOwner(PropertyDescriptor^) | Returns an object that contains the property described by the specified property descriptor. |



