SchemaNameAttribute Constructor

Initialize a new instance of the attribute using the given schema name

Definition

Namespace: EWSoftware.EntityFramework.DataAnnotations
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public SchemaNameAttribute(
	string schemaName
)

Parameters

schemaName  String
The common schema name to use

See Also