TypedTableBase<T> Constructors

Definitie

Initialiseert een nieuwe TypedTableBase<T>.

Overloads

Name Description
TypedTableBase<T>()

Initialiseert een nieuwe TypedTableBase<T>. Deze methode ondersteunt het genereren van getypte DataTable-objecten door Visual Studio en het hulpprogramma XSD.exe .NET Framework. Dit type is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

TypedTableBase<T>(SerializationInfo, StreamingContext)
Verouderd.

Initialiseert een nieuwe TypedTableBase<T>. Deze methode ondersteunt het genereren van getypte DataTable-objecten door Visual Studio en het hulpprogramma XSD.exe .NET Framework. Deze methode is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

TypedTableBase<T>()

Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs

Initialiseert een nieuwe TypedTableBase<T>. Deze methode ondersteunt het genereren van getypte DataTable-objecten door Visual Studio en het hulpprogramma XSD.exe .NET Framework. Dit type is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

protected:
 TypedTableBase();
protected TypedTableBase();
Protected Sub New ()

Van toepassing op

TypedTableBase<T>(SerializationInfo, StreamingContext)

Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs
Bron:
TypedTableBase.cs

Let op

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialiseert een nieuwe TypedTableBase<T>. Deze methode ondersteunt het genereren van getypte DataTable-objecten door Visual Studio en het hulpprogramma XSD.exe .NET Framework. Deze methode is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

protected:
 TypedTableBase(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Members from serialized types may use dynamic code generation.")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")]
[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);
protected TypedTableBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")]
protected TypedTableBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")]
[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);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Members from serialized types may use dynamic code generation.")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")>]
[<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)>
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.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")>]
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.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly.")>]
[<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)

Parameters

info
SerializationInfo

Een SerializationInfo met gegevens om het object samen te stellen.

context
StreamingContext

De streamingcontext voor het object dat wordt gedeserialiseerd.

Kenmerken

Van toepassing op