gk_roleExtensions

Classes > Generated > gk_roleExtensions

Extension methods for table operations on gk_role

public static class gk_roleExtensions

Methods

Insertgk_roleAsync(IDbTransaction, string?, string?, string?, long?, string?, string?)

public static Task<Result<int, SqlError>> Insertgk_roleAsync(this IDbTransaction transaction, string? id, string? name, string? description, long? is_system, string? created_at, string? parent_role_id)

Inserts a new row into the gk_role table.

Parameters:

Name Type Description
transaction IDbTransaction
id String
name String
description String
is_system Int64>
created_at String
parent_role_id String

Returns: SqlError>>