ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > PostgreSQLSyntaxProvider Class : GetMultiParamAggregateNames Method |
'Declaration Public Overrides Sub GetMultiParamAggregateNames( _ ByVal names As SQLQualifiedNameList _ )
'Usage Dim instance As PostgreSQLSyntaxProvider Dim names As SQLQualifiedNameList instance.GetMultiParamAggregateNames(names)
public override void GetMultiParamAggregateNames( SQLQualifiedNameList names )
public: void GetMultiParamAggregateNames( SQLQualifiedNameList* names ) override