Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Medical.ExternalStore.DataAccessLayer Namespace > ExternalStoreSqlDataAccessAgent Class : InitializeSetExternalStoreGuidCommand Method |
protected override void InitializeSetExternalStoreGuidCommand( DbCommand command, string sopInstanceUid, string externalStoreGuid )
'Declaration Protected Overrides Sub InitializeSetExternalStoreGuidCommand( _ ByVal command As DbCommand, _ ByVal sopInstanceUid As String, _ ByVal externalStoreGuid As String _ )
'Usage Dim instance As ExternalStoreSqlDataAccessAgent Dim command As DbCommand Dim sopInstanceUid As String Dim externalStoreGuid As String instance.InitializeSetExternalStoreGuidCommand(command, sopInstanceUid, externalStoreGuid)
protected: void InitializeSetExternalStoreGuidCommand( DbCommand^ command, String^ sopInstanceUid, String^ externalStoreGuid ) override