Show / Hide Table of Contents

Enum JoinType

The Join type of operator.

Namespace: Terrasoft.Core.DB
Assembly: Terrasoft.Core.dll
Syntax
public enum JoinType

Fields

Name Description
Cross

Cross join.

FullOuter

Full join.

Inner

Inner join.

LeftOuter

Left outer join.

RightOuter

Right outer join.

Extension Methods

EnumUtilities.ToLocalizedString()
EnumUtilities.ToLocalizedString(CultureInfo)
ReflectionUtilities.GetPropertyValue(String)
ReflectionUtilities.GetPropertyDefValue(String, Object)
ReflectionUtilities.TryGetPropertyValue(String, Object)
ReflectionUtilities.HasProperty(String)
ReflectionUtilities.GetPropertyValue(String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(String)
ReflectionUtilities.SetPropertyValue(String, Object)
ReflectionUtilities.TrySetPropertyValue(String, Object)
ValidateUtilities.CheckArgumentNull(String)
ValidateUtilities.CheckDependencyNull(String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<JoinType>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<JoinType>(Boolean)
NSubstituteExtension.Protected(String, Object[])
NSubstituteExtension.Protected(String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(String)
NSubstituteExtension.MatchInstance<JoinType>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX