DocumentsloadByInvoice Method

Definition

Namespace: MbcsCentral.WinDoc
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static Documents loadByInvoice(
	int vendor,
	string invoice,
	OleDbConnection CN
)

Parameters

vendor  Int32
 
invoice  String
 
CN  OleDbConnection
 

Return Value

Documents

See Also