Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageSqlCeDataAccessAgent Class : FindPatientsCount Method |
public override int FindPatientsCount( MatchingParameterCollection matchingEntitiesCollection )
'Declaration Public Overrides Function FindPatientsCount( _ ByVal matchingEntitiesCollection As MatchingParameterCollection _ ) As Integer
'Usage Dim instance As StorageSqlCeDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim value As Integer value = instance.FindPatientsCount(matchingEntitiesCollection)
public: int FindPatientsCount( MatchingParameterCollection^ matchingEntitiesCollection ) override