DatabaseExtensionsResultSetSuffix Property
This property is used to get or set the result set entity type suffix that is automatically removed
from entity stored procedure names.
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public static string ResultSetSuffix { get; set; }
Public Shared Property ResultSetSuffix As String
Get
Set
public:
static property String^ ResultSetSuffix {
String^ get ();
void set (String^ value);
}
static member ResultSetSuffix : string with get, set
Property Value
StringThe default suffix is "Result"