TypedTableBase<T> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise un nouveau TypedTableBase<T>.
Surcharges
TypedTableBase<T>() |
Initialise un nouveau TypedTableBase<T>. Cette méthode prend en charge la génération d’objets de type DataTable par Visual Studio et l’outil .NET Framework XSD.exe. Ce type n'est pas destiné à être utilisé directement à partir de votre code. |
TypedTableBase<T>(SerializationInfo, StreamingContext) |
Obsolète.
Initialise un nouveau TypedTableBase<T>. Cette méthode prend en charge la génération d’objets de type DataTable par Visual Studio et l’outil .NET Framework XSD.exe. Cette méthode n'est pas destinée à être utilisée directement depuis votre code. |
TypedTableBase<T>()
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
Initialise un nouveau TypedTableBase<T>. Cette méthode prend en charge la génération d’objets de type DataTable par Visual Studio et l’outil .NET Framework XSD.exe. Ce type n'est pas destiné à être utilisé directement à partir de votre code.
protected:
TypedTableBase();
protected TypedTableBase ();
Protected Sub New ()
S’applique à
TypedTableBase<T>(SerializationInfo, StreamingContext)
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialise un nouveau TypedTableBase<T>. Cette méthode prend en charge la génération d’objets de type DataTable par Visual Studio et l’outil .NET Framework XSD.exe. Cette méthode n'est pas destinée à être utilisée directement depuis votre code.
protected:
TypedTableBase(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypedTableBase (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected TypedTableBase (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)> : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)>
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)> : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)>
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
SerializationInfo qui contient des données pour construire l'objet.
- context
- StreamingContext
Contexte de transmission de l’objet en cours de désérialisation.
- Attributs