{CompanyName} FlexyGo

EntityObject..::..GetDataViewCount Method

Gets the number of affected rows from a DataVIew.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public int GetDataViewCount(
	string ViewName,
	string aWhere
)
Public Function GetDataViewCount ( _
	ViewName As String, _
	aWhere As String _
) As Integer

Parameters

ViewName
Type: String
Name of the view.
aWhere
Type: String
a Where sentence.

Return Value

System.Int32.