Class SchemaTable
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 SchemaTable : SchemaTableBase, IDataObject, ISchemaTable, ISchemaTableBase
Properties
Fields
Declaration
public SchemaTableFieldCollection Fields { get; }
Property Value
Type | Description |
---|---|
SchemaTableFieldCollection |
Relationships
Declaration
public SchemaRelationCollection Relationships { get; }
Property Value
Type | Description |
---|---|
SchemaRelationCollection |
Views
Declaration
public SchemaViewCollection Views { get; }
Property Value
Type | Description |
---|---|
SchemaViewCollection |
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
ISchemaTable.Relationships
Declaration
ISchemaRelationCollection ISchemaTable.Relationships { get; }
Returns
Type | Description |
---|---|
ISchemaRelationCollection |
ISchemaTable.Views
Declaration
ISchemaViewCollection ISchemaTable.Views { get; }
Returns
Type | Description |
---|---|
ISchemaViewCollection |