获取该类型所引用的行类型。
命名空间: Microsoft.Data.Edm
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
<ExtensionAttribute> _
Public Shared Function RowDefinition ( _
type As IEdmRowTypeReference _
) As IEdmRowType
用法
Dim type As IEdmRowTypeReference
Dim returnValue As IEdmRowType
returnValue = type.RowDefinition()
public static IEdmRowType RowDefinition(
this IEdmRowTypeReference type
)
[ExtensionAttribute]
public:
static IEdmRowType^ RowDefinition(
IEdmRowTypeReference^ type
)
static member RowDefinition :
type:IEdmRowTypeReference -> IEdmRowType
public static function RowDefinition(
type : IEdmRowTypeReference
) : IEdmRowType
参数
- type
类型:Microsoft.Data.Edm.IEdmRowTypeReference
对行类型的引用。
返回值
类型:Microsoft.Data.Edm.IEdmRowType
行类型。
用法说明
在 Visual Basic 和 C# 中,您可以对 IEdmRowTypeReference 类型的任何对象将此方法作为实例方法调用。在您使用实例方法语法调用此方法时,将忽略第一个参数。有关详细信息,请参阅https://msdn.microsoft.com/zh-cn/library/bb384936(v=vs.103)或https://msdn.microsoft.com/zh-cn/library/bb383977(v=vs.103)。