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

要进行反序列化的对象的流式处理上下文。

属性

适用于