C#
VB
C++
Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
protected abstract void PrepareInsertMediaPathCommand(
DbCommand insertCommand,
MediaLocation mediaLocation
)
Protected MustOverride Sub PrepareInsertMediaPathCommand( _
ByVal insertCommand As DbCommand, _
ByVal mediaLocation As Leadtools.Medical.Media.Dataaccesslayer.MediaLocation _
)
protected:
abstract void PrepareInsertMediaPathCommand(
DbCommand^ insertCommand,
Leadtools.Medical.Media.Dataaccesslayer.MediaLocation^ mediaLocation
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET