ColumnMetadataCollection<(Of <(<'TDbType>)>)>..::..Item Property
Gets the ColumnMetadata<(Of <(<'TDbType>)>)> with the specified column name.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ColumnMetadata<TDbType> this[ string columnName ] { get; }
Public ReadOnly Default Property Item ( _ columnName As String _ ) As ColumnMetadata(Of TDbType) Get
public: property ColumnMetadata<TDbType>^ default[String^ columnName] { ColumnMetadata<TDbType>^ get (String^ columnName); }
Parameters
- columnName
- Type: String
Name of the column.