You are here: Symbol Reference > Classes > SQL Server Related Classes > Classes > TMssqlCreateFunction Class > public
ContentsIndexHome
PreviousUpNext
public

The public members of the TMssqlCreateFunction class are listed here.

Fields
Field 
Description 
Function body, only available when BodyType = 1. 
1: sql block, 2: return stmt only 
create or alter keyword, can be used to determine it's create function or alter function. 
Name of this function. 
Type of this function: uftScalar,uftInlineTableValued,MultiStatementTableValued 
Parameters of this function. Items in this list is type of _TMssql_ParameterDecl
Function body, only available when BodyType = 2. 
Return variable if functiontype = MultiStatementTableValued. 
Return type of this function, only valid when functiontype = uftScalar. 
Gudu software http://www.sqlparser.com
Send comments about this topic.