MetaTable::ForeignKeyColumnsNames Property

 

Gets a comma-separated list of foreign-key names.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property String^ ForeignKeyColumnsNames {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

A comma-separated list of foreign-key names.

.NET Framework
Available since 3.5
Return to top
Show: