DomainDataSource.SubmitChangesCommand Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets an ICommand that invokes SubmitChanges on this DomainDataSource.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property SubmitChangesCommand As ICommand
Get
'Usage
Dim instance As DomainDataSource
Dim value As ICommand
value = instance.SubmitChangesCommand
public ICommand SubmitChangesCommand { get; }
public:
property ICommand^ SubmitChangesCommand {
ICommand^ get ();
}
member SubmitChangesCommand : ICommand
function get SubmitChangesCommand () : ICommand
Property Value
Type: System.Windows.Input.ICommand
An ICommand that invokes SubmitChanges on this DomainDataSource.
See Also
Reference
System.Windows.Controls Namespace