LinkMultiple Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |