Skip to content

TableCategory class

Represents a category of tables

public class Korzh.EasyQuery.Db.TableCategory
: IEquatable<TableCategory>

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
TableCategory(string name)voidInitializes a new instance of the Korzh.EasyQuery.Db.TableCategory class.

Properties

NameTypeDescription
NamestringGets the category name.

Methods

NameTypeDescription
Equals(TableCategory other)boolEqualses the specified other.
Equals(object obj)boolEqualses the specified other.
GetHashCode()intReturns a hash code for this instance.
ToString()stringReturns a System.String that represents this instance.