NET Logging Library
Connection Property (FirebirdTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > FirebirdTarget Class : Connection Property
Get or set the connection for the database
Syntax
<XmlIgnoreAttribute()>
Public Overrides Property Connection As IDbConnection
Dim instance As FirebirdTarget
Dim value As IDbConnection
 
instance.Connection = value
 
value = instance.Connection
[XmlIgnore()]
public override IDbConnection Connection {get; set;}
[XmlIgnore()]
public:
property IDbConnection^ Connection {
   IDbConnection^ get() override;
   void set (    IDbConnection^ value) override;
}
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

FirebirdTarget Class
FirebirdTarget Members