ERPConnect.RFCTableColumnCollection
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Represents a collection of RFCTableColumn objects for a RFCTable or a RFCStructure.
public sealed class RFCTableColumnCollection : IList<RFCTableColumn>, ICollection<RFCTableColumn>, IEnumerable<RFCTableColumn>, IEnumerable
Inheritance
object ← RFCTableColumnCollection
Implements
IList<RFCTableColumn>, ICollection<RFCTableColumn>, IEnumerable<RFCTableColumn>, IEnumerable
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCTableColumnCollection()
Properties
ABAPStructureName
The name of the ABAP structure
Property Value
Count
Property Value
Includes
Property Value
RowLength
Gets or sets the number bytes required for a table row / structure based on these columns
Property Value
this[int]
returns a single RFCTableColumn object from the collection
Property Value
this[string]
returns a single RFCTableColumn object from the collection
Property Value
Methods
Add(RFCTableColumn)
Adds a new RFCTableColumn object to the collection.
Parameters
newColumn
RFCTableColumn
Add(string, int, int, RFCTYPE, int)
Adds a new RFCTableColumn object to the collection.
Parameters
name
string
Name of the column as provieded in the DDIC
length
int
Length of the column
decimals
int
Number of decimal digits
type
RFCTYPE
RFC type of the column
offset
int
Byte-Offset
Add(string, int, int, RFCTYPE)
Adds a new RFCTableColumn object to the collection.
Parameters
name
string
Name of the column as provieded in the DDIC
length
int
Length of the column
decimals
int
Number of decimal digits
type
RFCTYPE
RFC type of the column
Add(string, int, RFCTYPE)
Adds a new RFCTableColumn object to the collection.
Parameters
name
string
Name of the column as provieded in the DDIC
length
int
Length of the column
type
RFCTYPE
RFC type of the column
Clear()
Contains(RFCTableColumn)
Parameters
item
RFCTableColumn
Returns
Contains(string)
Parameters
columnName
string
Returns
CopyTo(RFCTableColumn[], int)
Parameters
array
RFCTableColumn[]
arrayIndex
int
GetEnumerator()
Returns
IndexOf(RFCTableColumn)
Parameters
item
RFCTableColumn
Returns
Insert(int, RFCTableColumn)
Parameters
index
int
item
RFCTableColumn
Remove(RFCTableColumn)
Parameters
item
RFCTableColumn
Returns
RemoveAt(int)
Parameters
index
int
RemoveAt(string)
Parameters
columnName
string