StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
Why is it so?
Why is it so?
Post Reply
Like
0
Why is it so?
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
ChanKK
ChanKK
posted 13 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 190,
Visits: 1.3K
Hi
Recently I face problem of newly queried table from SQL server is not "attached" to BO correctly. During the debugging, I found the below codes. May I know what is the reason of coding so?
''' </summary>
Private Property _CurrentDataTable() As DataTable
Get
Return Me._CurrentDataTable(
False
)
End Get
Set(ByVal value As DataTable)
Me._CurrentDataTable(
True
) = value
End Set
End Property
Why we have Me._CurrentDataTable(
False
) when return the datatable but Me._CurrentDataTable(
True
) when assign the dataTable?
Please advice. Thank you
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search