DisplayNameKeyAttribute.GetDefaultKey Method
Include Protected Members
Include Inherited Members
Gets the default key. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetDefaultKey(FieldInfo) | Gets the default key using the specified FieldInfo object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetDefaultKey(PropertyInfo) | Gets the default key using the specified PropertyInfo object Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetDefaultKey(Type) | Gets the default key using the specified Type object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top