Skip to main content

tablecategory-class

Represents a category of tables

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

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.