Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/CreateTempView", 
	ReplyAction = "http://tempuri.org/IService1/CreateTempViewResponse")]
bool CreateTempView(
	string userId,
	string sessionPrefix,
	string sql,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/CreateTempView", 
	ReplyAction := "http://tempuri.org/IService1/CreateTempViewResponse")> 
Function CreateTempView ( 
	userId As String,
	sessionPrefix As String,
	sql As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/CreateTempView", 
	ReplyAction = L"http://tempuri.org/IService1/CreateTempViewResponse")]
bool CreateTempView(
	String^ userId, 
	String^ sessionPrefix, 
	String^ sql, 
	String^ key
)

Parameters

userId
Type: System..::..String
sessionPrefix
Type: System..::..String
sql
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also