Back to Devexpress

XPInstantFeedbackView(String, String) Constructor

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-dot-ctor-x28-system-dot-string-system-dot-string-x29.md

latest1.4 KB
Original Source

XPInstantFeedbackView(String, String) Constructor

Initializes a new XPInstantFeedbackView instance for a specified persistent class.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPInstantFeedbackView(
    string assemblyName,
    string typeName
)
vb
Public Sub New(
    assemblyName As String,
    typeName As String
)

Parameters

NameTypeDescription
assemblyNameString

The name of the assembly that contains the required persistent type.

| | typeName | String |

The name of the persistent type that defines the target database table.

|

See Also

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace