Is the named constraint supported for this object.
[Visual Basic .NET] |
---|
Public Function IsNamedConstraintSupported( _ ByVal CnstrName As String _ ) As Boolean |
[C#] |
---|
public bool IsNamedConstraintSupported( string CnstrName ); |
[Managed C++] |
---|
public: bool IsNamedConstraintSupported( String __gc ^ CnstrName ); |
[Unmanaged C++] |
---|
public: HRESULT IsNamedConstraintSupported( BSTR CnstrName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isNamedConstraintSupported( String CnstrName ); |
[Python - STK API ] |
---|
def IsNamedConstraintSupported(self, CnstrName:str) -> bool: |
- CnstrName