tablecategory-class
Represents a category of tables
public class Korzh.EasyQuery.Db.TableCategory
: IEquatable<TableCategory>
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
TableCategory(string name) | void | Initializes a new instance of the Korzh.EasyQuery.Db.TableCategory class. |
Properties
Name | Type | Description |
---|---|---|
Name | string | Gets the category name. |
Methods
Name | Type | Description |
---|---|---|
Equals(TableCategory other) | bool | Equalses the specified other. |
Equals(object obj) | bool | Equalses the specified other. |
GetHashCode() | int | Returns a hash code for this instance. |
ToString() | string | Returns a System.String that represents this instance. |