TableOrViewMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..PrimaryKeyColumns Property
Gets the columns that make up the primary key.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ColumnMetadataCollection<TDbType> PrimaryKeyColumns { get; }
Public ReadOnly Property PrimaryKeyColumns As ColumnMetadataCollection(Of TDbType) Get
public: property ColumnMetadataCollection<TDbType>^ PrimaryKeyColumns { ColumnMetadataCollection<TDbType>^ get (); }