Responder Developer Guide
AddInsertCommandToCache Method


Syntax
'Declaration
 
Protected Sub AddInsertCommandToCache( _
   ByVal command As IDbCommand, _
   ByVal tableName As String _
) 
'Usage
 
Dim instance As DbDataPersisterBase
Dim command As IDbCommand
Dim tableName As String
 
instance.AddInsertCommandToCache(command, tableName)
protected void AddInsertCommandToCache( 
   IDbCommand command,
   string tableName
)

Parameters

command
tableName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbDataPersisterBase Class
DbDataPersisterBase Members

 

 


Send Comment