Database ExtensionsResult Set Suffix Property
This property is used to get or set the result set entity type suffix that is automatically removed
from entity stored procedure names.
Definition
Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
The default suffix is "Result"
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
public static string ResultSetSuffix { get; set; }VB
Public Shared Property ResultSetSuffix As String
Get
SetC++
public:
static property String^ ResultSetSuffix {
String^ get ();
void set (String^ value);
}F#
static member ResultSetSuffix : string with get, setProperty Value
StringThe default suffix is "Result"