LinkMultiple Class

Definition

encapsulates a concept used in many constructs in the xml configuration file: creating an expression based on one or more fields

[System.Runtime.InteropServices.ComVisible(false)]
public class LinkMultiple
[<System.Runtime.InteropServices.ComVisible(false)>]
type LinkMultiple = class
Public Class LinkMultiple
Inheritance
LinkMultiple
Attributes

Constructors

LinkMultiple()

Properties

LinkFields

get the list of link fields

No

get the number of link fields

Methods

GetSqlExpression(SqlObjectBase)

calculate the tsql expression based on the format and on the link fields values

SetLinkFields(ArrayList)

set the list of link fields

Applies to