Namespace:
NHibernate.Proxy
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetImplementation ( _ target As Object _ ) |
C# |
---|
public void SetImplementation( Object target ) |
Visual C++ |
---|
public: void SetImplementation( Object^ target ) |
JavaScript |
---|
function setImplementation(target); |
Parameters
- target
- Type: System..::.Object