The name for the view (e.g., "vwSubscriberCampaignSendBridge")
OptionalSchemaThe schema to create the view in (defaults to the related entity's schema if not specified)
Raw SQL for the view body (the SELECT statement), written in the target platform's dialect.
CodeGen wraps it in the platform's create-or-replace DDL (CREATE OR ALTER VIEW on SQL Server,
CREATE OR REPLACE VIEW on PostgreSQL). On PostgreSQL the body is not auto-quoted, so
mixed-case identifiers must be double-quoted.
Configuration for a transitive bridge view that CodeGen will create automatically. The view bridges two entities that share an organic key but don't have a direct relationship.