Click or drag to resize

MetaJoinClause Property

SQL Clause or LINQ Clause (for No SQL Source) used to define the join between the 2 tables.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public string Clause { get; set; }

Property Value

String
See Also