Class SchemaView
Inherited Members
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 SchemaView : SchemaTableBase, IDataObject, ISchemaView, ISchemaTableBase
Properties
Fields
Declaration
public SchemaViewFieldCollection Fields { get; }
Property Value
Type | Description |
---|---|
SchemaViewFieldCollection |
IsSqlView
Declaration
public bool IsSqlView { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Joins
Declaration
public SchemaViewJoinCollection Joins { get; }
Property Value
Type | Description |
---|---|
SchemaViewJoinCollection |
Methods
LoadFields(DataRow)
Declaration
protected override SchemaFieldCollectionBase LoadFields(DataRow row)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | row |
Returns
Type | Description |
---|---|
SchemaFieldCollectionBase |
Overrides
Explicit Interface Implementations
ISchemaView.Joins
Declaration
ISchemaViewJoinCollection ISchemaView.Joins { get; }
Returns
Type | Description |
---|---|
ISchemaViewJoinCollection |