SchemaNameAttributeSchemaName 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
public string SchemaName { get; }

Property Value

String
As an example, if set to Financial and an entity stored procedure name is GetAccounts, the stored procedure called will be Financial.GetAccounts.

See Also