API
This is an old revision of the document!
Vul een SQL Server functienaam in de tabel General.StClientDisplay
Vb van functie: CREATE FUNCTION [dbo].[F_DOORACCESS](@member_id int) RETURNS nvarchar(50) AS BEGIN return 'Geen toegang' END