Leadtools.Medical.Worklist.DataAccessLayer Namespace > WorklistDbDataAccessAgent Class : CreateMWLDataSet Method |
protected virtual MWLDataset CreateMWLDataSet()
'Declaration Protected Overridable Function CreateMWLDataSet() As MWLDataset
'Usage Dim instance As WorklistDbDataAccessAgent Dim value As MWLDataset value = instance.CreateMWLDataSet()
protected: virtual MWLDataset^ CreateMWLDataSet();
Override this method to provide an updated version of the Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset 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.