TableCategory class
TableCategory class
Section titled “TableCategory class”Represents a category of tables
public class Korzh.EasyQuery.Db.TableCategory : IEquatable<TableCategory>
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | Name | Gets the category name. |
Methods
Section titled “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. |