DbSyncContext.MadeWithKnowledge Property
Gets or sets a SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
'Usage
Dim instance As DbSyncContext
Dim value As SyncKnowledge
value = instance.MadeWithKnowledge
instance.MadeWithKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge MadeWithKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ MadeWithKnowledge {
SyncKnowledge^ get ();
void set (SyncKnowledge^ value);
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()
/** @property */
public void set_MadeWithKnowledge (SyncKnowledge value)
public function get MadeWithKnowledge () : SyncKnowledge
public function set MadeWithKnowledge (value : SyncKnowledge)
Property Value
A SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
Remarks
If batching is enabled, the made-with knowledge is the same for all batches in a synchronization session.
See Also
Reference
DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace