Click or drag to resize

CargoQueryContextTableT(String) Method

This is preliminary documentation and is subject to change.

Starts a Linq query expression on the specified Cargo model and Cargo table.

Namespace: WikiClientLibrary.Cargo.Linq
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public ICargoRecordSet<T> Table<T>(
	string? name
)

Parameters

name  String
name of the Cargo table. Specify null to use default table name corresponding to the model.

Type Parameters

T
type of the model.

Return Value

ICargoRecordSetT
LINQ root.

Implements

ICargoQueryContextTableT(String)
See Also