ColumnCollectionItem(String) Property
Returns the column that natches the name specified
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public ColumnBase this[
string columnName
] { get; }
Public ReadOnly Default Property Item (
columnName As String
) As ColumnBase
Get
member Item : ColumnBase with get
- columnName String
- The column name to search for
ColumnBaseThe column that matches the specified name