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 > StorageSqlDbDataAccessAgent Class : PrepareIsSeriesExistsCommand Method |
protected override void PrepareIsSeriesExistsCommand( IDbCommand command, string seriesInstanceUID )
'Declaration Protected Overrides Sub PrepareIsSeriesExistsCommand( _ ByVal command As IDbCommand, _ ByVal seriesInstanceUID As String _ )
'Usage Dim instance As StorageSqlDbDataAccessAgent Dim command As IDbCommand Dim seriesInstanceUID As String instance.PrepareIsSeriesExistsCommand(command, seriesInstanceUID)
protected: void PrepareIsSeriesExistsCommand( IDbCommand^ command, String^ seriesInstanceUID ) override
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.