获取总数
            
 
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic int TotalCount { get; protected set; }Public Property TotalCount As Integer
	Get
	Protected Set
public:
property int TotalCount {
	int get ();
	protected: void set (int value);
}member TotalCount : int with get, set
Property Value
Type: 
Int32
See Also