DataRowView Methods
.NET Framework 4.5
The DataRowView type exposes the following members.
| 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(String) | Returns a DataView for the child DataTable with the specified child DataRelation name. |
|
CreateChildView(DataRelation, Boolean) | Returns a DataView for the child DataTable with the specified DataRelation and parent.. |
|
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 | 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 | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
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 | 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(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(Attribute[]) | Returns the properties for this instance of a component with specified attributes. |
|
ICustomTypeDescriptor.GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. |