  | RemoteSynchronizationServiceFetch Method  | 
 
            Perform a fetch operation which performs a head
            
 
    Namespace: 
   SanteDB.DisconnectedClient.Synchronization
    Assembly:
   SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic bool Fetch(
	Type modelType
)
Public Function Fetch ( 
	modelType As Type
) As Boolean
public:
virtual bool Fetch(
	Type^ modelType
) sealed
abstract Fetch : 
        modelType : Type -> bool 
override Fetch : 
        modelType : Type -> bool Parameters
- modelType
 - Type: SystemType
[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.RemoteSynchronizationService.Fetch(System.Type)"]
 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Synchronization.RemoteSynchronizationService.Fetch(System.Type)"]
Implements
ISynchronizationServiceFetch(Type)
See Also