TableMeta Constructor (String, IDictionaryString, PrimaryKeyType)Aliyun Open Services SDK for .NET
初始化新的TableMeta实例。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public TableMeta(
	string tableName,
	IDictionary<string, PrimaryKeyType> primaryKeys
)

Parameters

tableName
Type: SystemString
表(Table)名。
primaryKeys
Type: System.Collections.GenericIDictionaryString, PrimaryKeyType
主键列名称与数据类型的对应字典。
Exceptions

ExceptionCondition
ArgumentException 名称用来表示表组(Table Group)、表(Table)、视图(View)、列(Column)等的名字,由数字、英文字母和下划线构成,其中英文字母大小写敏感,数字不能作为第一个字符,名称的长度不能超过100个字符。
ArgumentNullExceptionprimaryKeys为空引用。
See Also

Reference