Class PrimaryKeysExtensions
Provides extension methods for working with primary keys.
public static class PrimaryKeysExtensions
- Inheritance
-
PrimaryKeysExtensions
Methods
- GetIntKey<T>(IPrimaryKey, Expression<Func<T, object>>)
Gets the integer value of the specified primary key property.
- GetKey<RT, T>(IPrimaryKey, Expression<Func<T, object>>)
Gets the value of the specified primary key property.