MethodStoredProcedureAttribute 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
public MethodStoredProcedureAttribute(
	string storedProcedureName
)

Parameters

storedProcedureName  String
The name of the method's stored procedure

See Also