bbddDataContext Constructor (String) |
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bbddDataContext(
string connection
)
Public Sub New (
connection As String
)
public:
bbddDataContext(
String^ connection
)
new :
connection : string -> bbddDataContext
Parameters
- connection
- Type: SystemString
[Missing <param name="connection"/> documentation for "M:Evolucion.bbddDataContext.#ctor(System.String)"]
See Also