Apply any changes made to the underlying data
object. Returning an error if unsuccessful.
| [Visual Basic .NET] |
|---|
Public Sub Apply()
|
| [C#] |
|---|
public void Apply();
|
| [Managed C++] |
|---|
public: void Apply();
|
| [Java] |
|---|
public apply();
|
| [Unmanaged C++] |
|---|
public: HRESULT Apply();
|