Table of Contents

Enum JoinType

Namespace
CL.MySQL2.Models
Assembly
CL.MySQL2.dll

SQL JOIN types.

public enum JoinType

Fields

Cross = 3
Inner = 0
Left = 1
Right = 2