Method Stored Procedure Attribute Constructor
Initialize a new instance of the attribute using the given stored procedure name
Definition
Namespace: EWSoftware.EntityFramework.DataAnnotations
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
public MethodStoredProcedureAttribute(
string storedProcedureName
)VB
Public Sub New (
storedProcedureName As String
)C++
public:
MethodStoredProcedureAttribute(
String^ storedProcedureName
)F#
new :
storedProcedureName : string -> MethodStoredProcedureAttributeParameters
- storedProcedureName String
- The name of the method's stored procedure