Show / Hide Table of Contents

Class SchemaViewJoin

Inheritance
System.Object
DataObject
ClarifyDataObject
SchemaViewJoin
Implements
IDataObject
ISchemaViewJoin
Inherited Members
ClarifyDataObject.GetCommentFieldValue(DataRow)
ClarifyDataObject.CommentFieldName
ClarifyDataObject.ObjectID
DataObject.SetUniqueID(Object)
DataObject.GetFieldValue(String)
DataObject.GetFieldValue(Int32)
DataObject.ContainsColumn(String)
DataObject.GetSafeInt32FieldValue(String)
DataObject.GetSafeInt32FieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeDoubleFieldValue(String)
DataObject.GetSafeDoubleFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeBooleanFieldValue(String)
DataObject.GetSafeBooleanFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeStringFieldValue(String)
DataObject.SetFieldValue(String, Object)
DataObject.GetSafeString(Object)
DataObject.UniqueID
DataObject.FieldValues
DataObject.ColumnMap
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Schema
Assembly: fcSDK.dll
Syntax
public class SchemaViewJoin : ClarifyDataObject, IDataObject, ISchemaViewJoin

Properties

BaseRelation

Declaration
public SchemaRelation BaseRelation { get; }
Property Value
Type Description
SchemaRelation

Comments

Declaration
public string Comments { get; }
Property Value
Type Description
System.String

Flags

Declaration
public int Flags { get; }
Property Value
Type Description
System.Int32

JoinFlag

Declaration
public int JoinFlag { get; }
Property Value
Type Description
System.Int32

PrimaryAlias

Declaration
public string PrimaryAlias { get; }
Property Value
Type Description
System.String

SecondaryAlias

Declaration
public string SecondaryAlias { get; }
Property Value
Type Description
System.String

SpecificRelationID

Declaration
public int SpecificRelationID { get; }
Property Value
Type Description
System.Int32

TableID

Declaration
public int TableID { get; }
Property Value
Type Description
System.Int32

Explicit Interface Implementations

ISchemaViewJoin.Description

Declaration
string ISchemaViewJoin.Description { get; }
Returns
Type Description
System.String

ISchemaViewJoin.Flags

Declaration
object ISchemaViewJoin.Flags { get; }
Returns
Type Description
System.Object

ISchemaViewJoin.IsPrimaryOuter

Declaration
bool ISchemaViewJoin.IsPrimaryOuter { get; }
Returns
Type Description
System.Boolean

ISchemaViewJoin.IsSecondaryOuter

Declaration
bool ISchemaViewJoin.IsSecondaryOuter { get; }
Returns
Type Description
System.Boolean

ISchemaViewJoin.PrimaryAlias

Declaration
string ISchemaViewJoin.PrimaryAlias { get; }
Returns
Type Description
System.String

ISchemaViewJoin.PrimaryTable

Declaration
ISchemaTable ISchemaViewJoin.PrimaryTable { get; }
Returns
Type Description
ISchemaTable

ISchemaViewJoin.SecondaryAlias

Declaration
string ISchemaViewJoin.SecondaryAlias { get; }
Returns
Type Description
System.String

ISchemaViewJoin.SecondaryTable

Declaration
ISchemaTable ISchemaViewJoin.SecondaryTable { get; }
Returns
Type Description
ISchemaTable

Implements

IDataObject
ISchemaViewJoin
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.