Subscriber..::..SelectEmpResigned Method

从指定人员工号中找出离职人员工号

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string[] SelectEmpResigned(
	string CivetNos
)
Public Function SelectEmpResigned ( _
	CivetNos As String _
) As String()
public:
array<String^>^ SelectEmpResigned(
	String^ CivetNos
)

Parameters

CivetNos
Type: String
指定人员工号以英文逗号隔开

Return Value

离职人员工号数组