Symphony Framework
DataProviderController Constructor
Symphony.Harmony.Core Namespace > DataProviderController Class : DataProviderController Constructor
An instance of the DBConneciton class.
The command parser instance.
The size of the data record.
The Data Provier Controller manages the location and execution of the data provier class.
Syntax
public DataProviderController( 
   DBConnector connector,
   CommandParser parser,
   int dataSize
)

Parameters

connector
An instance of the DBConneciton class.
parser
The command parser instance.
dataSize
The size of the data record.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataProviderController Class
DataProviderController Members