TypedTableBase<T> Konstruktory

Definicja

Inicjuje nowy TypedTableBase<T>element .

Przeciążenia

TypedTableBase<T>()

Inicjuje nowy TypedTableBase<T>element . Ta metoda obsługuje typizowane generowanieDataTable obiektów przez program Visual Studio i narzędzie XSD.exe .NET Framework. Ten typ nie jest przeznaczony do użycia bezpośrednio z kodu.

TypedTableBase<T>(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowy TypedTableBase<T>element . Ta metoda obsługuje typizowane generowanieDataTable obiektów przez program Visual Studio i narzędzie XSD.exe .NET Framework. Ta metoda nie jest przeznaczona do użycia bezpośrednio z kodu.

TypedTableBase<T>()

Źródło:
TypedTableBase.cs
Źródło:
TypedTableBase.cs
Źródło:
TypedTableBase.cs

Inicjuje nowy TypedTableBase<T>element . Ta metoda obsługuje typizowane generowanieDataTable obiektów przez program Visual Studio i narzędzie XSD.exe .NET Framework. Ten typ nie jest przeznaczony do użycia bezpośrednio z kodu.

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

Dotyczy

TypedTableBase<T>(SerializationInfo, StreamingContext)

Źródło:
TypedTableBase.cs
Źródło:
TypedTableBase.cs
Źródło:
TypedTableBase.cs

Przestroga

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

Inicjuje nowy TypedTableBase<T>element . Ta metoda obsługuje typizowane generowanieDataTable obiektów przez program Visual Studio i narzędzie XSD.exe .NET Framework. Ta metoda nie jest przeznaczona do użycia bezpośrednio z kodu.

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)

Parametry

info
SerializationInfo

Element SerializationInfo zawierający dane do konstruowania obiektu.

context
StreamingContext

Kontekst przesyłania strumieniowego obiektu, który jest deserializowany.

Atrybuty

Dotyczy