Public Overrides ReadOnly Property TypeSystem As QueryTypeSystem
Dim instance As PostgreSqlLanguage Dim value As QueryTypeSystem value = instance.TypeSystem
public override QueryTypeSystem TypeSystem {get;}
public: __property QueryTypeSystem* get_TypeSystem() override;
public: property QueryTypeSystem^ TypeSystem { QueryTypeSystem^ get() override; }