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

Syntax

C#
public static string GetUpdateSegmentSetSql(
	int segSetId,
	int id
)
Visual Basic
Public Shared Function GetUpdateSegmentSetSql ( 
	segSetId As Integer,
	id As Integer
) As String
Visual C++
public:
static String^ GetUpdateSegmentSetSql(
	int segSetId, 
	int id
)

Parameters

segSetId
Type: System..::..Int32
id
Type: System..::..Int32

Return Value

Type: String

See Also