TypedTableBase<T> Konstruktor

Definisi

Menginisialisasi baru TypedTableBase<T>.

Overload

TypedTableBase<T>()

Menginisialisasi baru TypedTableBase<T>. Metode ini mendukung pembuatan objek jenisDataTable oleh Visual Studio dan alat XSD.exe .NET Framework. Jenis ini tidak dimaksudkan untuk digunakan langsung dari kode Anda.

TypedTableBase<T>(SerializationInfo, StreamingContext)
Kedaluwarsa.

Menginisialisasi baru TypedTableBase<T>. Metode ini mendukung pembuatan objek jenisDataTable oleh Visual Studio dan alat XSD.exe .NET Framework. Metode ini tidak dimaksudkan untuk digunakan langsung dari kode Anda.

TypedTableBase<T>()

Sumber:
TypedTableBase.cs
Sumber:
TypedTableBase.cs
Sumber:
TypedTableBase.cs

Menginisialisasi baru TypedTableBase<T>. Metode ini mendukung pembuatan objek jenisDataTable oleh Visual Studio dan alat XSD.exe .NET Framework. Jenis ini tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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

Berlaku untuk

TypedTableBase<T>(SerializationInfo, StreamingContext)

Sumber:
TypedTableBase.cs
Sumber:
TypedTableBase.cs
Sumber:
TypedTableBase.cs

Perhatian

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

Menginisialisasi baru TypedTableBase<T>. Metode ini mendukung pembuatan objek jenisDataTable oleh Visual Studio dan alat XSD.exe .NET Framework. Metode ini tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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)

Parameter

info
SerializationInfo

SerializationInfo yang berisi data untuk membuat objek.

context
StreamingContext

Konteks streaming untuk objek yang sedang dideserialisasi.

Atribut

Berlaku untuk