NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Function.FunctionType Enumeration

[To be supplied.]

[Visual Basic]
Public Enum Function.FunctionType
[C#]
public enum Function.FunctionType
[C++]
public enum Function.FunctionType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
FuncBoolean [To be supplied.]
FuncCeiling [To be supplied.]
FuncConcat [To be supplied.]
FuncContains [To be supplied.]
FuncCount [To be supplied.]
FuncFalse [To be supplied.]
FuncFloor [To be supplied.]
FuncID [To be supplied.]
FuncLang [To be supplied.]
FuncLast [To be supplied.]
FuncLocalName [To be supplied.]
FuncName [To be supplied.]
FuncNameSpaceUri [To be supplied.]
FuncNormalize [To be supplied.]
FuncNot [To be supplied.]
FuncNumber [To be supplied.]
FuncPosition [To be supplied.]
FuncRound [To be supplied.]
FuncStartsWith [To be supplied.]
FuncString [To be supplied.]
FuncStringLength [To be supplied.]
FuncSubstring [To be supplied.]
FuncSubstringAfter [To be supplied.]
FuncSubstringBefore [To be supplied.]
FuncSum [To be supplied.]
FuncTranslate [To be supplied.]
FuncTrue [To be supplied.]

Requirements

Namespace: System.Data.XML

Assembly: System.Data.dll

See Also

System.Data.XML Namespace