protected abstract void PrepareInsertMediaPathCommand(
DbCommand insertCommand,
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.