AssociationProvider::IsPrimaryKeyInThisTable Property

 

Gets or sets a value that indicates whether the From column part of the primary key is in the table.

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

public:
property bool IsPrimaryKeyInThisTable {
	virtual bool get();
	protected: virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the From column part of the primary key is in the table; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: