Association Constructor (String) |
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Association(
string reversePropertyName
)
Public Sub New (
reversePropertyName As String
)
public:
Association(
String^ reversePropertyName
)
new :
reversePropertyName : string -> Association
Parameters
- reversePropertyName
- Type: SystemString
[Missing <param name="reversePropertyName"/> documentation for "M:VelocityDb.TypeInfo.Association.#ctor(System.String)"]
See Also