See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected CodeProperty FindDTECodeProperty(
string className,
string propertyName
) |
| Visual Basic |
|---|
Protected Function FindDTECodeProperty (
className As String,
propertyName As String
) As CodeProperty |
| Visual C++ |
|---|
protected:
CodeProperty^ FindDTECodeProperty(
String^ className,
String^ propertyName
) |
Return Value
Type:
CodeProperty
See Also