ITabularFactory.CreateCommonTableExpression(String, CollationInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTabular CreateCommonTableExpression (string name, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
abstract member CreateCommonTableExpression : string * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTabular
Public Function CreateCommonTableExpression (name As String, collationInfo As CollationInfo) As IMutableTabular
Parameters
- name
- String
- collationInfo
- CollationInfo