Class Relation
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class Relation
- Inheritance
-
Relation
- Inherited Members
Constructors
Relation(RelationOwnedHandle)
public Relation(RelationOwnedHandle handle)
Parameters
handleRelationOwnedHandle
Properties
Handle
public RelationOwnedHandle Handle { get; }
Property Value
Methods
Count(nint, int)
public int Count(nint key, int field)
Parameters
Returns
Delete(nint, int)
public int Delete(nint key, int field)
Parameters
Returns
Destroy()
public void Destroy()
Equals(Relation?)
public bool Equals(Relation? other)
Parameters
otherRelation
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
New(int)
public static Relation New(int fields)
Parameters
fieldsint
Returns
Print()
public void Print()
Select(nint, int)
public Tuples Select(nint key, int field)