Responder Developer Guide
DataSource Constructor(IDbProviderFactory,DataSyntax)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function New( _
   ByVal providerFactory As IDbProviderFactory, _
   ByVal syntax As DataSyntax _
)
'Usage
 
Dim providerFactory As IDbProviderFactory
Dim syntax As DataSyntax
 
Dim instance As New DataSource(providerFactory, syntax)
public DataSource( 
   IDbProviderFactory providerFactory,
   DataSyntax syntax
)

Parameters

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

DataSource Class
DataSource Members
Overload List

 

 


Send Comment