Stored Procedure AttributeStored Procedure Name Property
This read-only property returns the name of the stored procedure to execute when loading entities
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 string StoredProcedureName { get; }VB
Public ReadOnly Property StoredProcedureName As String
GetC++
public:
property String^ StoredProcedureName {
String^ get ();
}F#
member StoredProcedureName : string with get