DatasetFile.Save Property

Sends an asynchronous Save command when the value is changed.
<ID("Save", (int)e.Save)> _ 
Public Overridable Property Save() As Integer
This language is not supported or no code example is available.
[ID("Save", (int)e.Save)] 
public virtual int Save {get; set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 
The value of the SaveExecuted property is changed when the operation is concluded.
Example
 
C# Example
  if (@Dataset.File.File1Unicode.Save.Equals(0))
  @Dataset.File.File1Unicode.Save= 1;
  else
 @Dataset.File.File1Unicode.Save= 0;
  					

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition