KREDOR Business Object Framework Documentation

SysTable.GetColumnByName Method 

Gets the Kredor.BO.MetaTypes.SysColumn with the specified name.

public SysColumn GetColumnByName(
   String columnName
);

Parameters

String
The name of the column to find.

Return Value

See Also

SysTable Class | Kredor.BO.MetaTypes Namespace