[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLSelectTableJoin.Source(DatabaseObjects.Database.ConnectionType)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected override string this[ Database..::..ConnectionType eConnectionType ] { get; } |
Visual Basic |
---|
Protected Overrides ReadOnly Property Source ( _ eConnectionType As Database..::..ConnectionType _ ) As String Get |
Visual C++ |
---|
protected: virtual property String^ Source[Database..::..ConnectionType eConnectionType] { String^ get (Database..::..ConnectionType eConnectionType) override; } |
Parameters
- eConnectionType
- Type: DatabaseObjects..::..Database..::..ConnectionType