TypedTableBase<T> 생성자

정의

TypedTableBase<T>를 초기화합니다.

오버로드

TypedTableBase<T>()

TypedTableBase<T>를 초기화합니다. 이 메서드는 Visual Studio 및 XSD.exe .NET Framework 도구에 의한 형식화된 DataTable 개체 생성을 지원합니다. 이 형식은 사용자 코드에서 직접 사용할 수 없습니다.

TypedTableBase<T>(SerializationInfo, StreamingContext)
사용되지 않음.

TypedTableBase<T>를 초기화합니다. 이 메서드는 Visual Studio 및 XSD.exe .NET Framework 도구에 의한 형식화된 DataTable 개체 생성을 지원합니다. 이 메서드는 코드에서 직접 사용할 수 없습니다.

TypedTableBase<T>()

Source:
TypedTableBase.cs
Source:
TypedTableBase.cs
Source:
TypedTableBase.cs

TypedTableBase<T>를 초기화합니다. 이 메서드는 Visual Studio 및 XSD.exe .NET Framework 도구에 의한 형식화된 DataTable 개체 생성을 지원합니다. 이 형식은 사용자 코드에서 직접 사용할 수 없습니다.

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

적용 대상

TypedTableBase<T>(SerializationInfo, StreamingContext)

Source:
TypedTableBase.cs
Source:
TypedTableBase.cs
Source:
TypedTableBase.cs

주의

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

TypedTableBase<T>를 초기화합니다. 이 메서드는 Visual Studio 및 XSD.exe .NET Framework 도구에 의한 형식화된 DataTable 개체 생성을 지원합니다. 이 메서드는 코드에서 직접 사용할 수 없습니다.

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)

매개 변수

info
SerializationInfo

개체를 생성하는 데 필요한 데이터가 들어 있는 SerializationInfo입니다.

context
StreamingContext

역직렬화되는 개체에 대한 스트리밍 컨텍스트입니다.

특성

적용 대상