C# Class AccessProviderSample.AccessDBPSDriveInfo

Any state associated with the drive should be held here. In this case, it's the connection to the database.
Inheritance: System.Management.Automation.PSDriveInfo
Datei anzeigen Open project: Huddle/Puddle Class Usage Examples

Public Methods

Method Description
AccessDBPSDriveInfo ( System.Management.Automation.PSDriveInfo driveInfo ) : System.Data.Odbc

Constructor that takes one argument

Method Details

AccessDBPSDriveInfo() public method

Constructor that takes one argument
public AccessDBPSDriveInfo ( System.Management.Automation.PSDriveInfo driveInfo ) : System.Data.Odbc
driveInfo System.Management.Automation.PSDriveInfo Drive provided by this provider
return System.Data.Odbc