Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a collection of FieldOrder objects.
The FieldOrderCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FieldOrderCollection() | Default constructor for creating a FieldOrderCollection object. |
![]() |
FieldOrderCollection(IEnumerable<String>) | Creates a collection of FieldOrder objects, with column names that are initialized from a collection of strings. |
![]() |
FieldOrderCollection(IEnumerable<FieldOrder>) | Creates a collection of FieldOrder objects, with column names initialized from a collection of field order objects. |
![]() |
FieldOrderCollection(IEnumerable<String>, IEnumerable<Boolean>) | Creates and initializes a collection of FieldOrder objects. This constructor initializes the collection with column names from the specified array and with information about the ordering of the fields in each column. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from List<FieldOrder>.) |
![]() |
Count | (Inherited from List<FieldOrder>.) |
![]() |
Item | (Inherited from List<FieldOrder>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.Contains | (Inherited from List<FieldOrder>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IEnumerable<T>.GetEnumerator | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.IndexOf | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.Insert | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from List<FieldOrder>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from List<FieldOrder>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.Item | (Inherited from List<FieldOrder>.) |
![]() ![]() |
IList.Remove | (Inherited from List<FieldOrder>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from List<FieldOrder>.) |
Top