Méthode ExtensionMethods.RowDefinition
Obtient le type ligne auquel le type fait référence.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function RowDefinition ( _
type As IEdmRowTypeReference _
) As IEdmRowType
'Utilisation
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
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmRowTypeReference
Référence à un type ligne.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmRowType
Type ligne.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmRowTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).