Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a collection of relations that link tables and allow navigation from parent tables to child tables.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Relations As DataRelationCollection
'Usage
Dim instance As CatalogDefinitionsDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
public:
property DataRelationCollection^ Relations {
DataRelationCollection^ get ();
}
public function get Relations () : DataRelationCollection
Property Value
Type: System.Data..::.DataRelationCollection
A DataRelationCollection containing the Relations within the catalog system.
Remarks
Returns a DataRelationCollection object that enables navigation between related parent/child DataTable objects. Each relationship within the collection describes a parent-child relationship between objects.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogDefinitionsDataSet Class