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.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public static string ResultSetSuffix { get; set; }

Property Value

String
The default suffix is "Result"

See Also