Table of Contents

Interface ISchemaJoinDefinition

Namespace
OrpheusInterfaces.Schema
Assembly
OrpheusInterfaces.dll

Represents a schema join definition, which can be used by ISchemaObject when a schema is created.

public interface ISchemaJoinDefinition

Properties

JoinKeyField

Key field name of the join object.

string JoinKeyField { get; set; }

Property Value

string

Key field name of the join object

JoinOperator

Join operator SchemaJoinOperator.

SchemaJoinOperator JoinOperator { get; set; }

Property Value

SchemaJoinOperator

Join operator

JoinTableName

Table name to perform the join.

string JoinTableName { get; set; }

Property Value

string

JoinType

Type of join SchemaJoinType.

SchemaJoinType JoinType { get; set; }

Property Value

SchemaJoinType

Type of join

KeyField

Key field name of the main object.

string KeyField { get; set; }

Property Value

string

Key field name of the main object