Removes a constraint with the given name from the collection.
[Visual Basic .NET] |
---|
Public Sub RemoveNamedConstraintEx( _ ByVal CnstrName As String _ ) |
[C#] |
---|
public void RemoveNamedConstraintEx( string CnstrName ); |
[Managed C++] |
---|
public: void RemoveNamedConstraintEx( String __gc ^ CnstrName ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveNamedConstraintEx( BSTR CnstrName ); |
[Java] |
---|
public void removeNamedConstraintEx( String CnstrName ); |
[Python - STK API ] |
---|
def RemoveNamedConstraintEx(self, CnstrName:str) -> None: |
- CnstrName