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