public EntityColumn GetColumn( System.int idx )
Parameters
- idx
- The 0-based index of the column as it appears in the Data Source.
Return Value
An EntityColumn object representing the requested column.
public EntityColumn GetColumn( System.int idx )
myNewEntity.KeyColumns.Add(new KeyColumn(myNewEntity.GetColumn(0).ActualFullName));