.NET Framework Class Library
Database.GetSqlStringFieldData Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetSqlStringFieldData ( _ table As String, _ |
C# |
|---|
public bool GetSqlStringFieldData( string table, |
Visual C++ |
|---|
public: bool GetSqlStringFieldData( |
JavaScript |
|---|
function getSqlStringFieldData(table, field_to_read, key, keyvalue, sResult, login, password); |
Parameters
table
Type: System.String
field_to_read
Type: System.String
key
Type: System.String
keyvalue
Type: System.String
sResult
Type: System.String
login (Optional)
Type: System.String
password (Optional)
Type: System.String
See Also