RelationOneToOneFrom, ToToFieldName Property |
Name of field referencing this object from To object
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic string ToFieldName { get; }
Public ReadOnly Property ToFieldName As String
Get
public:
property String^ ToFieldName {
String^ get ();
}
member ToFieldName : string with get
Property Value
Type:
String
See Also