GetAllColumns<T>() Method
Gets the names of all properties for a specified type.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public List<string> GetAllColumns<T>()

Type Parameters

Name Description
T The type for which to get all properties.

Return Value

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