InsertEntityStoredProcedureAttribute 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 InsertEntityStoredProcedureAttribute(
string storedProcedureName
)
Public Sub New (
storedProcedureName As String
)
public:
InsertEntityStoredProcedureAttribute(
String^ storedProcedureName
)
new :
storedProcedureName : string -> InsertEntityStoredProcedureAttribute
Parameters
- storedProcedureName String
- The stored procedure name used to insert entities