Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageDbDataAccessAgent Class : PrepareIsSeriesExistsCommand Method |
protected abstract void PrepareIsSeriesExistsCommand( IDbCommand command, string seriesInstanceUID )
'Declaration Protected MustOverride Sub PrepareIsSeriesExistsCommand( _ ByVal command As IDbCommand, _ ByVal seriesInstanceUID As String _ )
'Usage Dim instance As StorageDbDataAccessAgent Dim command As IDbCommand Dim seriesInstanceUID As String instance.PrepareIsSeriesExistsCommand(command, seriesInstanceUID)
protected: abstract void PrepareIsSeriesExistsCommand( IDbCommand^ command, String^ seriesInstanceUID )
The query result returned from executing this command should return the same seriesInstanceUID value if the series is found; if the series is not found the query won't return any values.