KREDOR Business Object Framework Documentation

SelectFrom.From Method 

Gets a SelectFrom instance selecting objects of the specified type.

public static SelectFrom From(
   Type type
);

Parameters

Type
The type of the business objects to be returned from the query.

Return Value

A SelectFrom instance selecting business objects of the specified type.

See Also

SelectFrom Class | Kredor.BO Namespace