Class DropView
DropView removing existing view
Inheritance
System.Object
DropView
Implements
Google.Protobuf.IDeepCloneable<
DropView>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: MySql.Data.dll
Version: 9.3.0
Syntax
public sealed class DropView : IMessage<DropView>, IEquatable<DropView>, IDeepCloneable<DropView>, IBufferMessage, IMessage
Constructors
DropView()
Declaration
DropView(DropView)
Declaration
public DropView(DropView other)
Parameters
Fields
CollectionFieldNumber
Field number for the "collection" field.
Declaration
public const int CollectionFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
IfExistsFieldNumber
Field number for the "if_exists" field.
Declaration
public const int IfExistsFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
Properties
Collection
- name of the VIEW object, which should be deleted
Declaration
public Collection Collection { get; set; }
Property Value
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
HasIfExists
Gets whether the "if_exists" field is set
Declaration
public bool HasIfExists { get; }
Property Value
Type |
Description |
System.Boolean |
|
IfExists
- if true then suppress error when deleted view does not exists
Declaration
public bool IfExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Parser
Declaration
public static MessageParser<DropView> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<DropView> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
ClearIfExists()
Clears the value of the "if_exists" field
Declaration
public void ClearIfExists()
Clone()
Declaration
Returns
Equals(DropView)
Declaration
public bool Equals(DropView other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(DropView)
Declaration
public void MergeFrom(DropView other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Explicit Interface Implementations
IBufferMessage.InternalMergeFrom(ref ParseContext)
Declaration
void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameters
Type |
Name |
Description |
Google.Protobuf.ParseContext |
input |
|
IBufferMessage.InternalWriteTo(ref WriteContext)
Declaration
void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameters
Type |
Name |
Description |
Google.Protobuf.WriteContext |
output |
|
IMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Implements
Google.Protobuf.IMessage<T>
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage