TableValuedFunctionBuilder.HasSchema(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定資料庫函式的架構。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder HasSchema (string schema);
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder HasSchema (string? schema);
override this.HasSchema : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder
Public Overridable Function HasSchema (schema As String) As TableValuedFunctionBuilder
參數
- schema
- String
資料庫中函式的架構。
傳回
相同的產生器實例,以便鏈結多個組態呼叫。
備註
如需詳細資訊和範例,請參閱 資料庫函 式。