C# Class JPB.DataAccess.Query.TApplyMode

Apply modes for TSQL. This is an helper method that can be used to create APPLYs by using the QueryCommand Builder
Inheritance: MsQueryBuilderExtentions.ApplyMode
Mostra file Open project: JPVenson/DataAccess

Public Properties

Property Type Description
Cross TApplyMode
Outer TApplyMode

Public Methods

Method Description
TApplyMode ( string applyType ) : System.Collections.Generic

Method Details

TApplyMode() public method

public TApplyMode ( string applyType ) : System.Collections.Generic
applyType string
return System.Collections.Generic

Property Details

Cross public_oe static_oe property

public static TApplyMode,JPB.DataAccess.Query Cross
return TApplyMode

Outer public_oe static_oe property

public static TApplyMode,JPB.DataAccess.Query Outer
return TApplyMode