GetAllColumns(Type) Method
Gets the names of all properties for a specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static List<string> GetAllColumns(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve all properties.

Return Value

Type Description
List<string> A list of all property names.