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
Section titled “Constructors”Name | Type | Description |
---|---|---|
TableCategory(string name) | void | Initializes a new instance of the Korzh.EasyQuery.Db.TableCategory class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Name | string | Gets the category name. |
Methods
Section titled “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. |