Leadtools.Medical.Worklist.DataAccessLayer Namespace > WorklistDbDataAccessAgent Class : CreateMppsDataSet Method |
protected virtual MPPSDataset CreateMppsDataSet()
'Declaration Protected Overridable Function CreateMppsDataSet() As MPPSDataset
'Usage Dim instance As WorklistDbDataAccessAgent Dim value As MPPSDataset value = instance.CreateMppsDataSet()
protected: virtual MPPSDataset^ CreateMppsDataSet();
Override this method to provide an updated version of the Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset which is used for queries and updates. This is useful when you update your database schema and you want to use the existent methods with the new database.