MethodStoredProcedureAttribute Constructor
Initialize a new instance of the attribute using the given stored procedure name
Namespace: EWSoftware.EntityFramework.DataAnnotationsAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public MethodStoredProcedureAttribute(
string storedProcedureName
)
Public Sub New (
storedProcedureName As String
)
public:
MethodStoredProcedureAttribute(
String^ storedProcedureName
)
new :
storedProcedureName : string -> MethodStoredProcedureAttribute
Parameters
- storedProcedureName String
- The name of the method's stored procedure