SDAC

TCustomMSStoredProc.StoredProcName Property

Used to specify the stored procedure name that is to be called on the server.

Class

TCustomMSStoredProc

Syntax

property StoredProcName: string;

Remarks

Use the StoredProcName property to specify the name of the stored procedure to call on the server. If StoredProcName does not match the name of the existing stored procedure on the server, then when an application attempts to prepare the procedure prior to execution, an exception is raised.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback