MetaForeignKeyColumn.GetForeignKeyDetailsPath(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定外键字段的父表的详细信息操作页路径。
public:
System::String ^ GetForeignKeyDetailsPath(System::Object ^ row);
public:
virtual System::String ^ GetForeignKeyDetailsPath(System::Object ^ row);
public string GetForeignKeyDetailsPath (object row);
member this.GetForeignKeyDetailsPath : obj -> string
abstract member GetForeignKeyDetailsPath : obj -> string
override this.GetForeignKeyDetailsPath : obj -> string
Public Function GetForeignKeyDetailsPath (row As Object) As String
参数
- row
- Object
包含外键字段的行。
返回
指定外键字段的父表的详细信息操作页路径。
注解
方法 GetForeignKeyDetailsPath 根据为 ASP.NET 动态数据应用程序定义的路由返回详细信息操作页的路径。 如果 row
为 null
,则此方法返回一个空字符串。
GetForeignKeyDetailsPath使用 方法与调用GetForeignKeyPath(String, Object)将操作作为第一个参数传递Details的方法相同。