Chili.Opf3 Send comments on this topic.
DefaultConcat Property
See Also 
Chili.Opf3.Query Namespace > SqlQueryBuilder Class : DefaultConcat Property




Specifies the default concat that is used if AppendProperty is called more then one time without calling AppendConcat.

Syntax

Visual Basic (Declaration) 
Public Property DefaultConcat As Concats
Visual Basic (Usage)Copy Code
Dim instance As SqlQueryBuilder
Dim value As Concats
 
instance.DefaultConcat = value
 
value = instance.DefaultConcat
C# 
public Concats DefaultConcat {get; set;}
Managed Extensions for C++ 
public: __property Concats get_DefaultConcat();
public: __property void set_DefaultConcat( 
   Concats value
);
C++/CLI 
public:
property Concats DefaultConcat {
   Concats get();
   void set (Concats value);
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also