IWithColumn.WithoutColumn(String) Method

Definition

Removes a Cassandra table column.

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithoutColumn (string name);
abstract member WithoutColumn : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithoutColumn (name As String) As IUpdate

Parameters

name
String

The name of the Cassandra table column.

Returns

The next stage of the update.

Applies to