Responder Developer Guide
GetInsertCommandFromCache Method


Syntax
'Declaration
 
Protected Function GetInsertCommandFromCache( _
   ByVal tableName As String, _
   ByVal providerFactory As IDbProviderFactory _
) As IDbCommand
'Usage
 
Dim instance As DbDataPersisterBase
Dim tableName As String
Dim providerFactory As IDbProviderFactory
Dim value As IDbCommand
 
value = instance.GetInsertCommandFromCache(tableName, providerFactory)
protected IDbCommand GetInsertCommandFromCache( 
   string tableName,
   IDbProviderFactory providerFactory
)

Parameters

tableName
providerFactory
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