LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareInsertMediaPathCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
A MediaLocation object that represents the media location information to be inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
Syntax
protected abstract void PrepareInsertMediaPathCommand( 
   DbCommand insertCommand,
   MediaLocation mediaLocation
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaPathCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal mediaLocation As MediaLocation _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim mediaLocation As MediaLocation
 
instance.PrepareInsertMediaPathCommand(insertCommand, mediaLocation)

            

            
protected: abstract void PrepareInsertMediaPathCommand( 
   DbCommand* insertCommand,
   MediaLocation* mediaLocation
) 
protected:
abstract void PrepareInsertMediaPathCommand( 
   DbCommand* insertCommand,
   MediaLocation* mediaLocation
) 

Parameters

insertCommand
The database command which will be initialized to insert the new information.
mediaLocation
A MediaLocation object that represents the media location information to be inserted.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.