Table of Contents

Method Load

Namespace
Sccg.Utility
Assembly
Sccg.dll

Load(int)

Load data from store with specified id.

public (object data, Type type) Load(int id)

Parameters

id int

Returns

(object data, Type type)

Load<T>(int)

Load data from store with specified id.

public T Load<T>(int id)

Parameters

id int

Returns

T

Type Parameters

T