Partager via


Méthode EdmTypeSemantics.ApplyType

Retourne une référence à cette définition de type de ligne.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function ApplyType ( _
    rowType As IEdmRowType, _
    isNullable As Boolean _
) As IEdmRowTypeReference
'Utilisation
Dim rowType As IEdmRowType
Dim isNullable As Boolean
Dim returnValue As IEdmRowTypeReference

returnValue = rowType.ApplyType(isNullable)
public static IEdmRowTypeReference ApplyType(
    this IEdmRowType rowType,
    bool isNullable
)
[ExtensionAttribute]
public:
static IEdmRowTypeReference^ ApplyType(
    IEdmRowType^ rowType, 
    bool isNullable
)
static member ApplyType : 
        rowType:IEdmRowType * 
        isNullable:bool -> IEdmRowTypeReference 
public static function ApplyType(
    rowType : IEdmRowType, 
    isNullable : boolean
) : IEdmRowTypeReference

Paramètres

  • isNullable
    Type : System.Boolean
    true pour indiquer que le type référencé doit être Nullable ; sinon, false.

Valeur de retour

Type : Microsoft.Data.Edm.IEdmRowTypeReference
Référence à cette définition de type de 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 IEdmRowType. 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).

Voir aussi

Référence

EdmTypeSemantics Classe

Espace de noms Microsoft.Data.Edm