Constraint::Table Property

 

Gets the DataTable to which the constraint applies.

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

public:
property DataTable^ Table {
	virtual DataTable^ get() abstract;
}

Property Value

Type: System.Data::DataTable^

A DataTable to which the constraint applies.

The following example returns the DataTable of a Constraint.

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

.NET Framework
Available since 1.1
Return to top
Show: