Is the named constraint supported for this object.
[Visual Basic .NET] |
---|
Public Function IsNamedConstraintSupported( _ ByVal CnstrName As String _ ) As |
[C#] |
---|
public bool IsNamedConstraintSupported( string CnstrName ); |
[Managed C++] |
---|
public: bool IsNamedConstraintSupported( String __gc ^ CnstrName ); |
[Java] |
---|
public bool isNamedConstraintSupported( String CnstrName ); |
- CnstrName