Function snapshot_size

Source
pub async fn snapshot_size(
    client: &mut Client,
    schema: &str,
    table: &str,
) -> Result<usize, SqlServerError>
Expand description

Returns the total number of rows present in the specified table.