User.FindAttributesByName Method
Public Shared Function FindAttributesByName( _
ByVal name As String, _
ByVal db As IDatabase _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> FindAttributesByName(
string name,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo^>^ FindAttributesByName(
String^ name,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- name
- string
the name of the attribute
- db
- IDatabase
the db connection to use
Return Value
List<AttributeInfo>the list of attributes