GetExcludedColumns(Type) Method
Gets the names of properties marked as excluded properties for a specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static List<string> GetExcludedColumns(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve excluded columns.

Return Value

Type Description
List<string> A list of excluded column names.