Class Column
Inheritance
System.Object
Column
Implements
Google.Protobuf.IBufferMessage
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class Column : Google.Protobuf.IMessage<Column>
Constructors
Column()
Declaration
Column(Column)
Declaration
public Column(Column other)
Parameters
Type |
Name |
Description |
Column |
other |
|
Fields
AliasFieldNumber
Field number for the "alias" field.
Declaration
public const int AliasFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
DocumentPathFieldNumber
Field number for the "document_path" field.
Declaration
public const int DocumentPathFieldNumber = 3
Field Value
Type |
Description |
System.Int32 |
|
NameFieldNumber
Field number for the "name" field.
Declaration
public const int NameFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
DocumentPath
Declaration
public Google.Protobuf.Collections.RepeatedField<DocumentPathItem> DocumentPath { get; }
Property Value
HasAlias
Gets whether the "alias" field is set
Declaration
public bool HasAlias { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasName
Gets whether the "name" field is set
Declaration
public bool HasName { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<Column> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Column> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
ClearAlias()
Clears the value of the "alias" field
Declaration
ClearName()
Clears the value of the "name" field
Declaration
Clone()
Declaration
Returns
Equals(Column)
Declaration
public bool Equals(Column other)
Parameters
Type |
Name |
Description |
Column |
other |
|
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 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Column)
Declaration
public void MergeFrom(Column other)
Parameters
Type |
Name |
Description |
Column |
other |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage