Load All 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 LoadAllStoredProcedureAttribute(
string storedProcedureName
)VB
Public Sub New (
storedProcedureName As String
)C++
public:
LoadAllStoredProcedureAttribute(
String^ storedProcedureName
)F#
new :
storedProcedureName : string -> LoadAllStoredProcedureAttributeParameters
- storedProcedureName String
- The stored procedure should not have any parameters or only parameters with acceptable default values in order to return all rows.