SheetDB.Get Method

Get a value from the database
Public Shared Function Get( _ 
ByVal id As Integer, _ 
ByVal column As String
) As String
This language is not supported or no code example is available.
public static string Get( 
int id
string column 
)
This language is not supported or no code example is available.
public:  
static String^ Get( 
int id
String^ column 
)
This language is not supported or no code example is available.
public static function Get( 
id : int
column : String 
) : String;
This language is not supported or no code example is available.

Parameters

id
int

column
string

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition