DataRelation::ToString Method ()

 

Gets the RelationName, if one exists.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The value of the RelationName property.

The following example uses the ToString property to return the name of the DataRelation object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: