Interface ISchemaTableCollection
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()
Assembly: fcSDK.dll
Syntax
public interface ISchemaTableCollection : ICollection, IEnumerable
Properties
Item[Int32]
Declaration
ISchemaTable this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[String]
Declaration
ISchemaTable this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Methods
GetByNumber(Object)
Declaration
ISchemaTable GetByNumber(object num)
Parameters
Type |
Name |
Description |
System.Object |
num |
|
Returns