PropertyBase.LoadPropertyDefinition method
Loads the property definition from the database.
Overload list
Name | Description | |
---|---|---|
LoadPropertyDefinition() | Loads the property definition from the database. | |
LoadPropertyDefinition(IDataRecord) | Loads the property definition that is defined by the specified data record from the database. | |
LoadPropertyDefinition(SqlCommand, Boolean) | Loads the property definition that is defined by the specified SQL command. |
Top