You’re offline. This is a read only version of the page.
Toggle navigation
PRODUCTS
SUPPORT
DOCS
PARTNERS
COMPANY
QUOTE
ACCOUNT
STORE
SEARCH
QUOTE
Support
Forums
BimlExpress
Add System.Data to c# class file?
Add System.Data to c# class file?
Posted
Fri, 22 Apr 2022 00:36:50 GMT
by
Stefanie Culley
Can you add additional references to the c# class files you create through the BIMLExpress extension in Visual Studio?
I'm trying to add using System.Data to my class file and it is not recognizing it.
But I can <#@ import namespace="System.Data" #> in my BIML file and it works just fine.
So how do I reference that same namespace from the C# class (.cs) file?
Posted
Thu, 28 Apr 2022 18:34:47 GMT
by
jon Joseph
using System.Data?<br>
You must be
signed in
to post in this forum.