Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MetaColumn::IsCustomProperty Property

 

Gets a value that indicates whether the data field exists in the database.

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

public:
property bool IsCustomProperty {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the data field does not exist in the database; otherwise, false.

Use the IsCustomProperty property to determine whether a data field is in the database or if it is an extra property that was added to the data context object.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft