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

Syntax

C#
public static string GetUpdateCurveLogCurveTypeSql(
	string sri,
	string segSetId,
	int curveType,
	string curveTypeDesc,
	bool flipXy
)
Visual Basic
Public Shared Function GetUpdateCurveLogCurveTypeSql ( 
	sri As String,
	segSetId As String,
	curveType As Integer,
	curveTypeDesc As String,
	flipXy As Boolean
) As String
Visual C++
public:
static String^ GetUpdateCurveLogCurveTypeSql(
	String^ sri, 
	String^ segSetId, 
	int curveType, 
	String^ curveTypeDesc, 
	bool flipXy
)

Parameters

sri
Type: System..::..String
segSetId
Type: System..::..String
curveType
Type: System..::..Int32
curveTypeDesc
Type: System..::..String
flipXy
Type: System..::..Boolean

Return Value

Type: String

See Also