TableCategory class

Represents a category of tables

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

Properties

Type Name Description
String Name Gets the category name.

Methods

Type Name Description
Boolean Equals(TableCategory other) Equalses the specified other.
Boolean Equals(Object obj) Equalses the specified other.
Int32 GetHashCode() Returns a hash code for this instance.
String ToString() Returns a System.String that represents this instance.