DevForce Help Reference
DataSourceKeyName Property (StoredProcQuery)


May be used to specify the DataSourceKeyName for StoredProc queries where it cannot be otherwise inferred.
Syntax
'Declaration
 
Public Property DataSourceKeyName As String
'Usage
 
Dim instance As StoredProcQuery
Dim value As String
 
instance.DataSourceKeyName = value
 
value = instance.DataSourceKeyName
public string DataSourceKeyName {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StoredProcQuery Class
StoredProcQuery Members

Send Feedback