LinqDataSourceView.UpdateObject(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a data object.
protected:
override int UpdateObject(System::Object ^ oldEntity, System::Object ^ newEntity);
protected override int UpdateObject (object oldEntity, object newEntity);
override this.UpdateObject : obj * obj -> int
Protected Overrides Function UpdateObject (oldEntity As Object, newEntity As Object) As Integer
Parameters
- oldEntity
- Object
The object to update.
- newEntity
- Object
The new object to use for the update.
Returns
0 (zero) if the update was successful, or -1 if the update failed.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.