DbSyncBatchInfo::DataSetSurrogate Property
Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DataSetSurrogate^ DataSetSurrogate { DataSetSurrogate^ get (); void set (DataSetSurrogate^ value); }
Property Value
Type: Microsoft.Synchronization.Data::DataSetSurrogateA DataSetSurrogate object that represents the batch.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
This property has the [NonSerialized] attribute defined on it. Serializing the DbSyncBatchInfo object does not serialize the data set that is exposed by this property. It must be serialized separately.
Show: