SqlProcedureAttribute Constructor

Definition

An attribute on a method definition in an assembly, used to indicate that the given method should be registered as a stored procedure in SQL Server.

public:
 SqlProcedureAttribute();
public SqlProcedureAttribute ();
Public Sub New ()

Applies to