DatabaseExtensionsAsyncMethodSuffix 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
public static string AsyncMethodSuffix { get; set; }

Property Value

String
The default suffix is "Async"

See Also