DbSyncBatchInfo::DataSetSurrogate Property

Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch.

Namespace:  Microsoft.Synchronization.Data
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::DataSetSurrogate
A DataSetSurrogate object that represents the batch.

ExceptionCondition
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: