- matchingEntitiesCollection
- A Leadtools.Medical.DataAccessLayer.MatchingParameterCollection that includes the matching parameters for the query.
Visual Basic (Declaration) | |
---|---|
Function DeleteSeries( _ ByVal matchingEntitiesCollection As MatchingParameterCollection _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IStorageDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim value As Integer value = instance.DeleteSeries(matchingEntitiesCollection) |
C# | |
---|---|
int DeleteSeries( MatchingParameterCollection matchingEntitiesCollection ) |
C++/CLI | |
---|---|
int DeleteSeries( MatchingParameterCollection^ matchingEntitiesCollection ) |
Parameters
- matchingEntitiesCollection
- A Leadtools.Medical.DataAccessLayer.MatchingParameterCollection that includes the matching parameters for the query.
Return Value
A value representing the number of deleted series.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7