TableAttribute.Schema 属性

定义

获取或设置将类映射到的表的架构。

public:
 property System::String ^ Schema { System::String ^ get(); void set(System::String ^ value); };
public string Schema { get; set; }
public string? Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

属性值

类将映射到的表的架构。

适用于