Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public static string GetUpdateSegmentSetGroupSql(
	string sri,
	string segSetId,
	string zzList,
	int newSegSetId
)
Visual Basic
Public Shared Function GetUpdateSegmentSetGroupSql ( 
	sri As String,
	segSetId As String,
	zzList As String,
	newSegSetId As Integer
) As String
Visual C++
public:
static String^ GetUpdateSegmentSetGroupSql(
	String^ sri, 
	String^ segSetId, 
	String^ zzList, 
	int newSegSetId
)

Parameters

sri
Type: System..::..String
segSetId
Type: System..::..String
zzList
Type: System..::..String
newSegSetId
Type: System..::..Int32

Return Value

Type: String

See Also