DataRowView Methods

 

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodBeginEdit()

Begins an edit procedure.

System_CAPS_pubmethodCancelEdit()

Cancels an edit procedure.

System_CAPS_pubmethodCreateChildView(DataRelation^)

Returns a DataView for the child DataTable with the specified child DataRelation.

System_CAPS_pubmethodCreateChildView(DataRelation^, Boolean)

Returns a DataView for the child DataTable with the specified DataRelation and parent..

System_CAPS_pubmethodCreateChildView(String^)

Returns a DataView for the child DataTable with the specified child DataRelation name.

System_CAPS_pubmethodCreateChildView(String^, Boolean)

Returns a DataView for the child DataTable with the specified DataRelation name and parent.

System_CAPS_pubmethodDelete()

Deletes a row.

System_CAPS_pubmethodEndEdit()

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.

System_CAPS_pubmethodEquals(Object^)

Gets a value indicating whether the current DataRowView is identical to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code of the DataRow object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetAttributes()

Returns a collection of custom attributes for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetClassName()

Returns the class name of this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetComponentName()

Returns the name of this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetConverter()

Returns a type converter for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetDefaultEvent()

Returns the default event for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetDefaultProperty()

Returns the default property for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetEditor(Type^)

Returns an editor of the specified type for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetEvents()

Returns the events for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetEvents(array<Attribute^>^)

Returns the events for this instance of a component with specified attributes.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetProperties()

Returns the properties for this instance of a component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetProperties(array<Attribute^>^)

Returns the properties for this instance of a component with specified attributes.

System_CAPS_pubinterfaceSystem_CAPS_privmethodICustomTypeDescriptor::GetPropertyOwner(PropertyDescriptor^)

Returns an object that contains the property described by the specified property descriptor.

Return to top
Show: