protected override void InitializeInsertCommand(
DbCommand command,
string ,
string ,
string ,
DateTime ,
Nullable<DateTime>
)
'Declaration
Protected Overrides Sub InitializeInsertCommand( _
ByVal command As DbCommand, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As Date, _
ByVal As Nullable(Of Date) _
)
'Usage
Dim instance As ExternalStoreSqlDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUid As String
Dim externalStoreGuid As String
Dim storeToken As String
Dim externalStoreDate As Date
Dim expireDate As Nullable(Of Date)
instance.InitializeInsertCommand(command, sopInstanceUid, externalStoreGuid, storeToken, externalStoreDate, expireDate)
protected:
void InitializeInsertCommand(
DbCommand^ command,
String^ ,
String^ ,
String^ ,
DateTime ,
Nullable<DateTime>
) override