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 |
A list of all property names. |