Function snapshot

Source
pub fn snapshot(
    client: &mut Client,
    schema: &str,
    table: &str,
) -> impl Stream<Item = Result<Row, SqlServerError>>
Expand description

Return a Stream that is the entire snapshot of the specified table.