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

Parameters

storedProcedureName  String
The stored procedure should not have any parameters or only parameters with acceptable default values in order to return all rows.

See Also