DBDataPermissionAttribute::KeyRestrictionBehavior Property

 

Identifies whether the list of connection string parameters identified by the KeyRestrictions property are the only connection string parameters allowed.

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

public:
property KeyRestrictionBehavior KeyRestrictionBehavior {
	KeyRestrictionBehavior get();
	void set(KeyRestrictionBehavior value);
}

Property Value

Type: System.Data::KeyRestrictionBehavior

One of the KeyRestrictionBehavior values.

.NET Framework
Available since 1.1
Return to top
Show: