Public Overrides ReadOnly Property AllowSubqueryInSelectWithoutFrom As Boolean
Dim instance As PostgreSqlLanguage Dim value As Boolean value = instance.AllowSubqueryInSelectWithoutFrom
public override bool AllowSubqueryInSelectWithoutFrom {get;}
public: __property bool get_AllowSubqueryInSelectWithoutFrom() override;