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
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Свойство Type Description
Cross TApplyMode
Outer TApplyMode

Méthodes publiques

Méthode Description
TApplyMode ( string applyType ) : System.Collections.Generic

Method Details

TApplyMode() public méthode

public TApplyMode ( string applyType ) : System.Collections.Generic
applyType string
Résultat System.Collections.Generic

Property Details

Cross public_oe static_oe property

public static TApplyMode,JPB.DataAccess.Query Cross
Résultat TApplyMode

Outer public_oe static_oe property

public static TApplyMode,JPB.DataAccess.Query Outer
Résultat TApplyMode