ModuleGetDataContentSize Method | |
Gives the number of MB (mega byte)
Namespace:
SOWIApp.Management.Data
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private int GetDataContentSize(
string pTableName,
string pFieldName,
int pClientID
)
Private Function GetDataContentSize (
pTableName As String,
pFieldName As String,
pClientID As Integer
) As Integer
Parameters
- pTableName
- Type: SystemString
Which data table? - pFieldName
- Type: SystemString
Which data field? - pClientID
- Type: SystemInt32
Client ID
Return Value
Type:
Int32[Missing <returns> documentation for "M:SOWIApp.Management.Data.Module.GetDataContentSize(System.String,System.String,System.Int32)"]
Remarks
1 Megabyte = 1,048,576 Bytes
See Also