Apache.Hadoop.Hive.ThriftHiveMetastore.Client.drop_type C# (CSharp) Method

drop_type() public method

public drop_type ( string type ) : bool
type string
return bool
            public bool drop_type(string type)
            {
                send_drop_type(type);
                return recv_drop_type();
            }
ThriftHiveMetastore.Client