SchemaInfoCollectionItem Property |
Indexer for the collection returning a
SchemaInfo object.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SchemaInfo this[
string columnName
] { get; }
Public ReadOnly Default Property Item (
columnName As String
) As SchemaInfo
Get
Parameters
- columnName
- Type: SystemString
The name of the column to lookup.
Return Value
Type:
SchemaInfoThe SchemaInfo for the specified column or null if not found.
See Also