SchemaNameCollection.Remove(String) Method

Definition

Removes a specified schema name from this collection.

public:
 void Remove(System::String ^ value);
public void Remove (string value);
public void Remove (string? value);
member this.Remove : string -> unit
Public Sub Remove (value As String)

Parameters

value
String

The schema name to remove.

Applies to