Table of Contents

Class ForeignKeySchema

Namespace
LinqToDB.SchemaProvider
Assembly
linq2db.dll
public class ForeignKeySchema
Inheritance
ForeignKeySchema
Extension Methods

Properties

AssociationType

public AssociationType AssociationType { get; set; }

Property Value

AssociationType

BackReference

public ForeignKeySchema? BackReference { get; set; }

Property Value

ForeignKeySchema

CanBeNull

public bool CanBeNull { get; set; }

Property Value

bool

KeyName

public string KeyName { get; set; }

Property Value

string

MemberName

public string MemberName { get; set; }

Property Value

string

OtherColumns

public List<ColumnSchema> OtherColumns { get; set; }

Property Value

List<ColumnSchema>

OtherTable

public TableSchema OtherTable { get; set; }

Property Value

TableSchema

ThisColumns

public List<ColumnSchema> ThisColumns { get; set; }

Property Value

List<ColumnSchema>

ThisTable

public TableSchema? ThisTable { get; set; }

Property Value

TableSchema