Gets the names of properties marked as excluded properties for a specified type.
- Namespace
- DbSyncKit
.DB .Helper - Containing Type
- QueryHelper
Syntax
public List<string> GetExcludedColumns<T>()Type Parameters
| Name | Description |
|---|---|
| T | The type for which to get the excluded properties. |
Return Value
| Type | Description |
|---|---|
| List |
A list of excluded property names. |