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