ITableMapping.SourceTable 属性
定义
获取或设置区分大小写的源表名称。Gets or sets the case-sensitive name of the source table.
public:
property System::String ^ SourceTable { System::String ^ get(); void set(System::String ^ value); };
public string SourceTable { get; set; }
member this.SourceTable : string with get, set
Public Property SourceTable As String
属性值
区分大小写的源表名称。The case-sensitive name of the source table.