Interface ISchemaViewJoin
Assembly: fcSDK.dll
Syntax
public interface ISchemaViewJoin
Properties
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
Flags
Declaration
Property Value
Type |
Description |
System.Object |
|
IsPrimaryOuter
Declaration
bool IsPrimaryOuter { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSecondaryOuter
Declaration
bool IsSecondaryOuter { get; }
Property Value
Type |
Description |
System.Boolean |
|
PrimaryAlias
Declaration
string PrimaryAlias { get; }
Property Value
Type |
Description |
System.String |
|
PrimaryTable
Declaration
ISchemaTable PrimaryTable { get; }
Property Value
SecondaryAlias
Declaration
string SecondaryAlias { get; }
Property Value
Type |
Description |
System.String |
|
SecondaryTable
Declaration
ISchemaTable SecondaryTable { get; }
Property Value