Schema Name AttributeSchema Name Property
This read-only property returns the schema name that will be applied to all stored procedure names
Definition
Namespace: EWSoftware.EntityFramework.DataAnnotations
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
As an example, if set to Financial and an entity stored procedure name is GetAccounts, the stored procedure called will be Financial.GetAccounts.
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
public string SchemaName { get; }VB
Public ReadOnly Property SchemaName As String
GetC++
public:
property String^ SchemaName {
String^ get ();
}F#
member SchemaName : string with getProperty Value
StringAs an example, if set to Financial and an entity stored procedure name is GetAccounts, the stored procedure called will be Financial.GetAccounts.