Interface ISchemaRelationCollection
Inherited Members
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.SyncRoot
System.Collections.ICollection.IsSynchronized
System.Collections.IEnumerable.GetEnumerator()
Namespace: FChoice.Foundation.Schema
Assembly: fcSDK.dll
Syntax
public interface ISchemaRelationCollection : ICollection, IEnumerable
Properties
Item[String]
Declaration
ISchemaRelation this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
ISchemaRelation |