SchemaNameAttributeSchemaName Property
This read-only property returns the schema name that will be applied to all stored procedure names
Namespace: EWSoftware.EntityFramework.DataAnnotationsAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public string SchemaName { get; }
Public ReadOnly Property SchemaName As String
Get
public:
property String^ SchemaName {
String^ get ();
}
member SchemaName : string with get
Property Value
StringAs an example, if set to
Financial and an entity stored procedure name is
GetAccounts, the stored procedure called will be
Financial.GetAccounts.